This is a small project for automatically generating and solving sudoku puzzles. It comes with a pygame GUI that allows for easy puzzle entry or generation; and solving manually, with hints, or automatically.
You can download a binary file from the latest release or run the code directly:
- Clone the repository
- Ensure you have Python 3.12 installed
- Run
make install
to retrieve pip dependencies - Run src/gui.py to launch the graphical interface
Controls and other information can be found within the GUI.