New game:
   
Random goes up to 64 numbers and symetrical up to 19.
Warning: High numbers could make the random generator
return an unsolvable puzzle.
Solution state:
How to play
About this API
Sudoku:
The goal of the game is to fill the field on the left with numbers 1 through 9 in such a manner that each line, column and 3x3 segment contain all the possible numbers.
Further explanation at: Sudoku wiki
Close this info
About:
I made this thing after finding Sudoku by accident on wikipedia and wanting to try but was too lazy to make my own grids and stuff, so I just made this thing to also learn about Ajax and DHTML.
It uses the sajax 0.10 ajax framework, which has it's drawbacks but still works nicely. As the database it uses MySQL and php for manipulating it. The whole game runs client-side and the page never has to be refreshed :)
Close this info


2005 Copyright by Swizec