A Sudoku Solver using the pygame library. I used Backtracking algorithm to check for the solution.
The GUI.py contains the main GUI code that uses pygame. It displays the graphical grid and has options for the user to enter the numbers in the grid.
The solver.py is the core game logic