Sudoku Made using pygame and python.
- Python 100%
| .vscode | ||
| .gitattributes | ||
| .gitignore | ||
| generator.py | ||
| puzzles.json | ||
| README.md | ||
| solver.py | ||
| sudoku.py | ||
Sudoku
Sudoku Made using pygame and python.
Includes a backtracking based Sudoku solver
Requirements
- Python 3.7 or higher.
- Pygame, install using:
pip install pygame
Usage
- The script can be run by executing:
python sudoku.py
- It also includes a puzzle generator which can be executed using:
python generator.py
Controls
- Arrow keys, WASD or mouse can be used to move tile selection.
- A number can be pressed to update the selected tile.
- Press enter to start the backtracking solver on the current board.