Skip to content

This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.

Notifications You must be signed in to change notification settings

rudrajit1729/Sudoku-GUI-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-GUI-Game

This is a sudoku game developed in python incorporating the backtracking algorithm used in computer science. Random boards are generated for the user to solve(play the game).Computer solves the boards using the backtracking algorithm. Both GUI and text based versions are available.

Run GUI.py to play sudoku.

Instructions

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 or BACKSP. Finally to solve the board press SPACE, sit back and watch the algorithm run.

Run in Gitpod

You can also run Sudoku-GUI-Game in Gitpod, a free online dev environment for GitHub:

Click on the link and start solving.

Open in Gitpod

About

This is a sudoku solver using the backtracking algorithm. It includes a graphical GUI as well as a text based version.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages