Created Summer 2020
This project was created after learning the basics of python and inspired by my passion for Sudoku It uses advanced sudoku-solving techniques such as doubles, triples, and candidate lines. Finally, the last step of implementation involves guessing, which uses the idea of tree recursion The files that start with "test" check each step of my progress to ensure that the code works as expected before I build upon it further.
Make sure you have the latest version of Python installed.
If you would like to run the program, simply download the code to your local device. Then, double click on the file "SudokuSolver_gui" to run the GUI version of the program. Double click on the file "Interface" to run on the word version of the program.
Inspired by my passion and love to solve hard sudoku puzzles.
Created by Kenzie Tee - feel free to contact me!