Solve’n’See Sudoku is an interactive application where you can generate, play, and solve Sudoku puzzles while visualizing the solving process using the backtracking algorithm.
- Visualization: Watch the backtracking algorithm in action.
- Dynamic Puzzle Generation: Play generated puzzles.
- Puzzle Solver: Input custom puzzles and use the solver to find solutions or check your answers.
The project is written in Python 3 and uses pygame for the GUI.
-
Clone the repo:
git clone git@github.com:omarmaiteeg/Solve-n-See-Sudoku.git
-
Navigate to the
srcdirectory:cd Solve-n-See-Sudoku/src -
Install
pygame:pip install pygame
-
Run the program:
python main.py
This project is licensed under the terms of the MIT license.

