Solvers/AI for various puzzles implemented in Java.
Check out the corresponding README.md in each package's directory for more information on the implementation/usage. For convenience a command-line interface (CLI) is provided to interact with each solver.
| Package | Description | CLI Implemented? |
|---|---|---|
| n-puzzle | Sliding tile puzzle game | Yes |
| Sudoku | Classic 9x9 number-placing puzzle | Yes |