Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murf-y/sudokurf
sudoku with an backtracking algorithm to solve it
https://github.com/murf-y/sudokurf
Last synced: 14 days ago
JSON representation
sudoku with an backtracking algorithm to solve it
- Host: GitHub
- URL: https://github.com/murf-y/sudokurf
- Owner: Murf-y
- Created: 2021-07-11T17:30:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T17:45:59.000Z (over 3 years ago)
- Last Synced: 2024-11-07T12:25:24.284Z (2 months ago)
- Language: Python
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sudokurf
sudoku with an backtracking algorithm to solve it
## Instructions
choose sudoku.py if you want to play yourself otherwise choose sudoku_ai.py if you want the computer to solve it.
- open a terminal in the directory containing the files
- run either ```python sudoku.py``` or ```python sudoku_ai.py``` depending on your choice.## Preview
![unsolved_sudoku.png](https://raw.githubusercontent.com/Murf-y/sudokurf/main/media/unsolved_sudoku.png)
![solved_sudoku.png](https://raw.githubusercontent.com/Murf-y/sudokurf/main/media/Solved_sudoku.png)