SecUSo / privacy-friendly-sudoku

Privacy Friendly App to play Sudoku on Android.
https://secuso.org/pfa-sudoku
GNU General Public License v3.0
144 stars 55 forks source link

Adding an 16x16 variant #46

Closed 5t0rmr1d3r closed 6 years ago

5t0rmr1d3r commented 6 years ago

Maybe you could add an 16x16 variant? I find the 12x12 a bit wired because the layout is not square...

Kamuno commented 6 years ago

A 16x16 mode would theoretically be possible but the level generation would take too long on slow devices. Other Sudoku games just pre save a fixed number of levels.

I don't think a 16x16 board would be feasible for a release version of this app, because it is running on a lot of old devices. But you can easily implement it yourself by adding an entry to the enum. The level generation and layout should automatically be correct.

luvarpt commented 3 years ago

Mentioned enum is perhaps: https://github.com/SecUSo/privacy-friendly-sudoku/blob/21c2f567eed1de985314fad5c3b0a4e6ddcb8220/app/src/main/java/org/secuso/privacyfriendlysudoku/game/GameType.java#L29