Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 462 Bytes

SudokuSolver

Table of contents

General info

The project is a python script that finishes a game of sudoku using a naive backtracking algorithm.

Technologies

Project is created with:

  • Python: 3.6

Setup

To run this project, open a terminal in this directory and enter the following command:

$ python basic_solver.py

TODO

  • Build a GUI using pygame