A fork of the Privacy Friendly Sudoku Android app where the hint button auto-fills all the notes.
Find a file
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
.idea GameView can now show the GameBoard correctly. Interactions are not yet possible. 2015-11-12 01:50:38 +01:00
app 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
gradle/wrapper First Commit. Adding some Source code. 2015-11-09 12:41:46 +01:00
.gitignore First Commit. Adding some Source code. 2015-11-09 12:41:46 +01:00
build.gradle First Commit. Adding some Source code. 2015-11-09 12:41:46 +01:00
gradle.properties First Commit. Adding some Source code. 2015-11-09 12:41:46 +01:00
gradlew First Commit. Adding some Source code. 2015-11-09 12:41:46 +01:00
gradlew.bat First Commit. Adding some Source code. 2015-11-09 12:41:46 +01:00
LICENSE.md Create LICENSE.md 2015-11-17 23:19:33 +01:00
privacy-friendly-sudoku.iml Removed Errors, so it could be compiled. 2015-11-09 13:20:27 +01:00
README.md Create README.md 2015-11-17 23:07:34 +01:00
settings.gradle First Commit. Adding some Source code. 2015-11-09 12:41:46 +01:00

privacy-friendly-sudoku

This is a Sudoku App, that needs no permissions to run at all.