You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GUI Sudoku Solver, using Pygame, following an online tutorial :)
Used recursion and backtracking for the main solving algorithm.
Apart from auto solve, user can also play the game.