Interactive Sudoku Solver
This project is a graphical Sudoku solver built with Python and Pygame. It allows users to interactively input Sudoku puzzles and visualize the solving process in real-time using the backtracking algorithm.
I created this project to practice and improve my Python skills.
- Language Python
- Library PyGame