privacy-friendly-sudoku-fork/app
Christopher Beckmann 7d2ec4abae Now pre generating levels in the background when starting the app, so when the user chooses a level it will be loaded instantly.
We are storing up to 5 levels per gametype and difficulty and whenever the user picks a level we start generating the next ones already.
Since generating a 12x12 level can take a very long time. This is the workaround we have so far. If we still run into the problem of having to wait for 12x12 levels to generate. I will consider removing the 12x12 Gamemode alltogether.
2015-11-23 18:48:04 +01:00
..
src Now pre generating levels in the background when starting the app, so when the user chooses a level it will be loaded instantly. 2015-11-23 18:48:04 +01:00
.gitignore First Commit. Adding some Source code. 2015-11-09 12:41:46 +01:00
app.iml Redesigned a bit of the model. 2015-11-10 03:21:02 +01:00
build.gradle Solved a Bug in the Solver. When solving Levels that have multiple solutions it would set wrong values. (Off by 1 error) 2015-11-18 13:15:29 +01:00
proguard-rules.pro First Commit. Adding some Source code. 2015-11-09 12:41:46 +01:00