Author |
Anyone got a Sudoku java game to share? |
Jrhoop Joined: Jun 14, 2005 Posts: 150 PM |
Please email me (email should be in profile) or pm me. Many thanks!
|
|
chiunque2 Joined: Jun 29, 2005 Posts: 1 PM |
I've just found this...
http://www.getjar.com/products/1322/SudokuSolver
|
ziggyzaggy Joined: Aug 20, 2005 Posts: 22 PM |
There's a better sudoku solver at getjar:
http://www.getjar.com/products/2722/SudokuSolver
I have the full version and it works a hell of lot faster. It isn't just for solving though, its got some nice little features. |
private Joined: Feb 04, 2005 Posts: 344 PM |
What is sudoku?
This message was posted from a K750 |
ziggyzaggy Joined: Aug 20, 2005 Posts: 22 PM |
You have a 9x9 grid made up of 9 smaller 3x3 grids.
You have to fill all the squares up with the numbers 1 to 9.
The grid must satisfy these conditions:
each 3x3 grid cannot have the same number twice
each row cannnot have the same number twice
each column cannot have the same number twice
This is a puzzle i got from teletext:
5 3 . | . 7 . | . . .
6 . . | 1 9 5 | . . .
. 9 8 | . . . | . 6 .
-----------------------
8 . . | . 6 . | . . 3
4 . . | 8 . 3 | . . 1
7 . . | . 2 . | . . 6
-----------------------
. 6 . | . . . | 2 8 .
. . . | 4 1 9 | . . 5
. . . | . 8 . | . 7 9 |
|