The project is a python script that finishes a game of sudoku using a naive backtracking algorithm.
Project is created with:
- Python: 3.6
To run this project, open a terminal in this directory and enter the following command:
$ python basic_solver.py
- Build a GUI using pygame