Skip to content

A Sodoku game written in Python, using the backtrack algorithm.

Notifications You must be signed in to change notification settings

Viper1919/SodokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SodokuSolver

A Sodoku game written in Python, using the backtrack algorithm.

Firstly install pygame using pip install pygame

Then run python GUI.py

Click a box and hit the number on your keybaord to pencil in a number. To confirm that value press the ENTER key on that box. To delete a pencil in you can click DEL. Finally to solve the board press SPACE, sit back and watch the algorithm run.

About

A Sodoku game written in Python, using the backtrack algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages