Java-Sudoku
Description
Java version of the popular Sudoku puzzle game with a clean and easy to use graphical user interface.
Java-Sudoku Web SiteUser Ratings
User Reviews
-
Clean and simple UI, but the puzzle generator makes no attempt to generate puzzles which have unique solutions, and the solver uses simple backtracking to find a solution, not standard sudoku game logic. The project builds cleanly in eclipse, so it might be a good starting point if you plan to build your own solver.