LibSudoku is a Java library for writing applications that deal with Sudoku number riddles. It contains methods for parsing numbers into convenient data structures, manipulation and information gathering, output to text and HTML, as well as some rules for solving given Sudokus. It was developed in a test-driven manner using JUnit test-cases.
| Tags | Games/Entertainment Puzzle Games Software Development Libraries Java Libraries |
|---|---|
| Licenses | GPL |
| Implementation | Java |
Recent releases


Changes: This release improves one of the rules to catch more cases, adds two more rules (including XWing and a generalization that should catch most of other similar cases like swordfish), adds more test cases, fixes a bug related to JavaDoc and JUnit compatibility, and adds some performance improvements.


Changes: This version contains a stable API that has been tested using regression techniques.