This Python script simulates the solving of Sudoku puzzles. The program simulates the filling in of the missing puzzle pieces demonstrated using the pygame library. It uses the Backtracking algorithm to solve the puzzle
- Interactive Sudoku solver
- Visualization of the solving process
- User-friendly interface for inputting Sudoku puzzles
- Basic game menu
- Python 3.x
- Pygame
- Clone the repository:
git clone https://github.com/BrMaro/SudokuSleuth
- Install Pygame:
pip install pygame
- Navigate to the project directory:
cd sudoku-sleuth
- Run the script:
python sudoku_solver.py
- Click on a cell to change its number before solving.
- Press SPACE to start simulation, ESC to pause, and RETURN to solve immediately.