Java version of the popular Sudoku puzzle game with a clean and easy to use graphical user interface.
Categories
Puzzle GamesLicense
GNU General Public License version 2.0 (GPLv2)Follow Java-Sudoku
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Отлично
-
This is total ripp off of other project in source forge called Star SUDOKU, which has been around longer than this one. The developer just changed the name and marked it as its own, without giving credibility to the original author.
-
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.