Sudoku is a number puzzle without numbers. This free download is an implementation for Windows Mobile 5 smartphones. Now you can take your favorite puzzle with you at any time! Some unique features:
Planned features:
The following screenshot shows the startup screen of the application: The following screenshot shows a new grid. The following screenshot shows a grid with some numbers entered. Puzzle FilesSudoku for Windows Mobile ships with a number of puzzles in the files The puzzles come from [http://magictour.free.fr/sudoku.htm]. You can go there and download additional puzzles. You can create your own puzzles files using any text editor. Any lines of text that are either empty or start with a hash character # will be ignored. Any other line contains a puzzle. The contents of every cell are encoded from left to right, line by line. Every character is a cell and contains either a digit or a dot if the cell is empty. The following is a sample line: 4.....8.5.3..........7......2.....6.....8.4......1.......6.3.7.5..2.....1.4...... The application does not check if the puzzle is valid. You are responsible for defining valid data. You find may resources for puzzle generators or generated puzzles on the net. LicenseThis software is released under the GNU Public License. PrerequisitesYou need the .NET Compact Framework 2.0 installed on the device. InstallationDownload the CAB file, copy it to your device and run it. The source code is also available. |
Projects >