Skip to content

More levels? #1744

Closed
Closed
@nicolas-raoul

Description

@nicolas-raoul

Would it be difficult to add more levels?
Here are the current levels:

        LEVEL_1(1, R.style.LevelOne, 5, 20, 85),
        LEVEL_2(2, R.style.LevelTwo, 10, 30, 86),
        LEVEL_3(3, R.style.LevelThree, 15,40, 87),
        LEVEL_4(4, R.style.LevelFour,20,50, 88),
        LEVEL_5(5, R.style.LevelFive, 25, 60, 89),
        LEVEL_6(6,R.style.LevelOne,30,70, 90),
        LEVEL_7(7, R.style.LevelTwo, 40, 80, 90),
        LEVEL_8(8, R.style.LevelThree, 45, 90, 90),
        LEVEL_9(9, R.style.LevelFour, 50, 100, 90),
        LEVEL_10(10, R.style.LevelFive, 55, 110, 90),
        LEVEL_11(11,R.style.LevelOne, 60, 120, 90),
        LEVEL_12(12,R.style.LevelTwo,65 , 130, 90),
        LEVEL_13(13,R.style.LevelThree, 70, 140, 90),
        LEVEL_14(14,R.style.LevelFour, 75 , 150, 90),
        LEVEL_15(15,R.style.LevelFive, 80, 160, 90);

The progression is linear.
From level 15 how about geometric progression, like in Ingress or Pokemon Go?
Example:

        LEVEL_16(16,R.style.LevelOne, 160, 320, 91);
        LEVEL_17(17,R.style.LevelOne, 320, 640, 92);
        LEVEL_18(18,R.style.LevelOne, 640, 1280, 93);
        LEVEL_19(19,R.style.LevelOne, 1280, 2560, 94);
        LEVEL_20(20,R.style.LevelOne, 2560, 5120, 95);
        LEVEL_21(21,R.style.LevelOne, 5120, 10240, 96);
        LEVEL_22(22,R.style.LevelOne, 10240, 20480, 97);
        LEVEL_23(23,R.style.LevelOne, 20480, 40960, 98);
        LEVEL_24(24,R.style.LevelOne, 40960, 81920, 98);
        LEVEL_25(25,R.style.LevelOne, 81920, 163840, 98);
        LEVEL_26(26,R.style.LevelOne, 163840, 327680, 98);
        LEVEL_27(27,R.style.LevelOne, 327680, 655360, 98);

I am sure bot operators or people who transfer pictures from Flickr can easily reach these levels.
Finally, time to boast about my level haha:
screenshot_20180726-191013

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions