Skip to content

Sudoku GUI, puzzle generation, and auto-solving

Notifications You must be signed in to change notification settings

ClubiNew/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku

ci cd

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.

partially solved sudoku puzzle

partially solved sudoku puzzle with mistake solved sudoku puzzle

Setup and running

You can download a binary file from the latest release or run the code directly:

  1. Clone the repository
  2. Ensure you have Python 3.12 installed
  3. Run make install to retrieve pip dependencies
  4. Run src/gui.py to launch the graphical interface

Controls and other information can be found within the GUI.