Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

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

corneliusludmann/SudokuVizualizationBacktracking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

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

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

Run in Gitpod

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

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 97.5%
  • Dockerfile 2.5%