This is the classic Sudoku game, with three level of difficulty:
In easy and medium level the user know which number are wrong when the schema is completed. In hard level the user has no hint on which cell is wrong.
During the game there's the possibility to select the cell color (see 0:41), this can help you to keep trace of numbers you aren't sure of.
The algorithm used to generate valid sudoku games can be found at: http://www.codeproject.com/KB/game/sudokuinjava.aspx (note that this algorithm has been modified and adapted in order to fit some phone's issues).
Code: Francesco Noya
Sudoku Algorithm: Eric Beijer
Graphics: Matteo Scotti
Great app mate, is there any possibility to give us a link to the modified source code to make this work on Android phones? I mean your modified up. Thanks for your time.Happy coding!
ildrosos 2 days ago
@ildrosos Sorry but I don't have the source code anymore since I did it for an old job. By the way the issues I had to face were mostly on the maximum number of blank cell for the schema: too much blank cells will result in too much time for schema generation. That's almost all I modified from Eric's algorithm.
videonoya 2 days ago