sawyerKent / sudoku-algorithmia

This program will randomly generate a sodoku puzzle for users to solve, and it provides keys to be pressed to automatically solve the puzzle.
0 stars 0 forks source link

adding main function and refactoring code to use separate packages #2

Closed sawyerKent closed 1 year ago

sawyerKent commented 1 year ago

adding a main function and separating the models and utils functions from the main.py file.