A Sudoku solver powered by the Backtracking Algorithm with a GUI interface.
install dependencies from the requirements.txt file provided.
$ pip3 install -r requirements.txt
- Run game.py.
$ python3 game.py
- Choose a postition with your mouse.
- Add a number.
- Press Enter to check validity.
- Press Del to clear number.