Sudoku
- by Michael Maniscalco, 2005
Sudoku is a Japanese puzzle game which I've recently found an interest in. So here is
a simple HTML and javascript based version of the game with an engine to solve valid positions.
The rules of the game are simple. Each row, column and 3x3 block on the board should contain
the numbers from 1 to 9 without repeating in that row, column and 3x3 block. Place a number
in each square so that this is true for all rows, columns and 3x3 blocks at the same time and
your a winner. To start choose one of the two sample games to set up the board with a
starting position. Click a square to change its number. Have fun!
|
|
Clear Board
Sample Game 1
Sample Game 2
Hint
Solve It!
|
|