Tools to generate, solve and rate Sudokus
- Install Apache Ant
- Switch to the project directory
- Execute
ant
to build the project
There should be a directory "dist" containing two jar files.
- Switch to the project directory
- Execute
java -jar dist/sudoku.jar
for a command line interface, orjava -jar dist/sudoku_gui.jar
for a graphical user interface.