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
Crowdtesting That Delivers | Testeum
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
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.