Description: This project consists of a program that generates unique sudoku grids and allows the user to either solve the puzzle or have the algorithms automatically solve it.
SUMMARY: This project is the basic game of Sudoku with all of the basic functionality of a regular game
Run Instructions: Due to the current version of pygame, this program needs to run on a version of python 3.11 or 3.10 as of 4/26/2026. Pygame also needs to be installed onto the console before running so you must install pygame by entering (pip install pygame).