This is a sudoku solver implemented by Python3 using backtracking algorithm. Currently it is still a prototype. I plan to add more features to it.
run the only file in this repo. I use Windows10.
py sudoku.py
Then you will see a solving process of a hard-code sudoku puzzle(I plan to add a puzzle generator in this project), with detailed description on what to do each step.
- GUI Interface, visualization.
- Puzzle Generator
- Optimization, more readable code, etc.
- Other algorithms(maybe?)