rudrajit1729 / Sudoku-GUI-Game

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%