Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)