Sudoku Solver is a python GUI application that uses the backtracking algorithm to find a solution to any solvable sudoku board. It is also a playable game that user can try and solve manually with classic rules and timer.
Clone the repository to your local directory:
git clone https://github.com/willtrinh/Sudoku-Solver.git
Run the GUI.py
in Sudoku-Solver directory to play sudoku.
- Click a box and enter the number on your keybaord to pencil in a number.
- Press the ENTER button to confirm that value on that box.
- Press the DEL button to delete a pencil in number.
- Press the SPACE bar to visualize the algorithm and let it solve the board automatically.