A Python script to solve Sudoku games!
Get a Sudoku game from a txt file (some games available is this repo "data" directory), and run the script that will try to solve it!
- Clone this repository:
$ git clone https://github.com/Alessandro1918/sudokuSolver.git
- Run:
$ cd sudoku
$ python3 runner.py data/game2.txt