Skip to content

Sudoku game and solver in one. Backtracking algorithm using pygame.

Notifications You must be signed in to change notification settings

zielonkatom/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Sudoku game and solver in one. Backtracking algorithm using pygame.

There is a console version of sudoku backtracking algorithm (sudoku.py) - just a solver.

Second attempt was to create GUI with help of pygame. It is possible to play as well as to see how the backtracking algorithm works in practice.

alt text

After pressing SPACE and waiting for a bit we get a solution!

alt text

Got insipired by YouTuber Tech with Tim and made my own version.

About

Sudoku game and solver in one. Backtracking algorithm using pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages