The Sudoku Explainer is a Sudoku solver written in Java. It explains how to solve any sudoku puzzle in an interactive way: give it a sudoku that has a unique solution, and it will solve it step by step. At each step, a description of the technique that is used, with a graphical illustration, is given.
| Download the Sudoku Explainer | Requirements | Comments |
|---|---|---|
| SudokuExplainer.jar | Java Runtime version 5 or greater | This version is a JAR (Java archive) executable file |
| SudokuExplainer.zip | Windows 98/Me/NT/XP/2000/2003 or below | This version is a double-clickable Windows application. Note that it is bundled with a JRE within the application's directory. This JRE is used by the Sudoku Explainer only. It does not affect any system files or other Java installations at all. |
| SudokuExplainer-src.zip | JDK >= 5.0 | Java source code, available under the terms of the LGPL open source license |
If your browser supports Java 5, you can also launch the application from an applet using the following button:
| Last update: 2007-12-28 |