/Pydoku

Solving Sudoku with a Backtracking Algorithm

Primary LanguagePython

Pydoku

Solving Sudoku with a Backtracking Algorithm


Requirements

pip install numpy
pip install pygame

Ex

  • The class Solver() is solving a Sudoku with the Backtracking Algorithm, which is described here
  • The GUI is not done yet but can be finished with this
  • If your bored try my Space Invader in the Intro Folder