Skip to content

More levels? #1744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nicolas-raoul opened this issue Jul 26, 2018 · 2 comments
Closed

More levels? #1744

nicolas-raoul opened this issue Jul 26, 2018 · 2 comments

Comments

@nicolas-raoul
Copy link
Member

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

@tanvidadu
Copy link
Contributor

I will send PR to incorporate the changes , thanks :)

@nicolas-raoul
Copy link
Member Author

Thanks :-)
screenshot_20180728-235649

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants