This is a Sudoku solver written in Python. It uses a backtracking algorithm to solve the random generated sudoku boards.
- Solves any valid Sudoku board (+ it have to be in a 2D array format).
- interface with Pygame.
- Displays the progress (in time) of the solver in real time and the number of time you failed (shame on you).
- pygame
- pynum
- dokusan
- or just run
pip install -r requirements.txt
and trust