Installation Code

If you want to run the code, you will need to install Python & PyGame. To learn about how to install python, go to Python.org and download a Python IDLE JetBrains.com. To install PyGame, watch THIS video. After all that, you are ready to run this code! If you want to install the code, click HERE and you will have all the files needed

Code Description

Brief Project Description: This Project was to create an algorithm that would solver any solve-able sudoku board while providing the user a nice visional to see the algorithm work. The main algorithm in the program is a very common backtracking algorithm for sudoku boards.


Hard Part of the Project: Being about to figure out how to implement the backtracking algorithm. There are multiple examples online but trying to specifically implement it for my project was tricky. Another difficult task was creating the GUI to keep track of the backtracking. Sometimes the system will lag behind the algorithm

Project Code

Medium Sudoku Board Solved

Get In Touch