This is GUI based sudoku solver using backtracking algorithm. It also includes text based solver
- Make a text file of the sudoku puzzle similar to the given sample files
- 0 determines the empty space in the puzzle
- Run game.py along with the filename as parameter to solve the puzzle
- Note: The solution given by the GUI based solver is possibly not the only solution of the given puzzle unless it has only one solution
- To get multiple solutions, run the text based solver with filename as argument