https://github.com/devqueue/solve-sudoku
https://github.com/devqueue/solve-sudoku
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devqueue/solve-sudoku
- Owner: devqueue
- Created: 2020-10-28T15:44:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-28T15:46:35.000Z (over 5 years ago)
- Last Synced: 2024-10-12T00:29:05.024Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku-GUI-Solver
This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.
Run GUI.py to play sudoku.
# Instructions
Click a box and hit the number on your keybaord to pencil in a number. To confirm that value press the ENTER key on that box. To delete a pencil in you can click DEL. Finally to solve the board press SPACE, sit back and watch the algorithm run.