https://github.com/bmoprogrammer/sudoku-with-gui
Play Sudoku with a solver incorporated
https://github.com/bmoprogrammer/sudoku-with-gui
Last synced: over 1 year ago
JSON representation
Play Sudoku with a solver incorporated
- Host: GitHub
- URL: https://github.com/bmoprogrammer/sudoku-with-gui
- Owner: bmoprogrammer
- Created: 2021-05-31T02:25:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T02:39:20.000Z (about 5 years ago)
- Last Synced: 2025-01-24T07:11:22.582Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku-With-GUI
This is a game of sudoku with a solver that uses the backtracking algorithm.
run Sudoku.py to play.
# Instructions
Click on any vacant box and hit a number on your keyboard to scratch a number down. To enter that value in the box, hit enter with the penciled in value. To delete a penciled in value, hit delete. To solve the puzzle simply hit the spacebar.
# Requirements
pygames