Skip to content

Sudoku-solving program created as an experiment to learn and work with a backtracking algorithm.

Notifications You must be signed in to change notification settings

AndrewCastelli/Sudoku_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku_Solver | Backtracking Algorithm | pygame GUI

Sudoku-solving program created using Python v3.8 in Vim text editor to learn, work, and experiment with a backtracking algorithm implementation. Code written in Python, GUI made with pygame.

Requirements

For this program to run, the following versions/modules were used.

  • python v3.8
  • pygame v1.9.6

Credits/References

I want to give a huge thanks to Tech with Tim for the entire idea behind this program, as well as permission to emulate many of his ideas. In the links section below you will find his website, specifically the code and videos associated with his version of this sudoku solving solution.

Links:

About

Sudoku-solving program created as an experiment to learn and work with a backtracking algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages