Skip to content

Sudoku solver using recursion, with a GUI using pygame. Can be solved both by user or auto-solved by the program.

License

Notifications You must be signed in to change notification settings

jvevik/Sudoku_recursion_withGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku_recursion_withGUI

Sudoku solver using recursion. Can be solved by user in the pygame GUI, where the program allows you to lock in your guess if it is correct, otherwise you get a 'strike'. Your guess is input temporarily, and if you confirm the guess with 'enter' then the program checks if it is a solution. By pressing 'space' the program auto-solves the sudoku and gives you the full solution. This is visualized, and a snippet of one auto-solution is shown in the GIF below:

Requirements: python3 and pygame

About

Sudoku solver using recursion, with a GUI using pygame. Can be solved both by user or auto-solved by the program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages