Skip to content

A Sudoku solver powered by the Backtracking Algorithm with a GUI interface.

Notifications You must be signed in to change notification settings

amineross/backtracking-sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI Sudoku Solver

A Sudoku solver powered by the Backtracking Algorithm with a GUI interface.

Installing dependencies

install dependencies from the requirements.txt file provided.

$ pip3 install -r requirements.txt

Usage

  • Run game.py.
$ python3 game.py

Playing the game

  • Choose a postition with your mouse.
  • Add a number.
  • Press Enter to check validity.
  • Press Del to clear number.

About

A Sudoku solver powered by the Backtracking Algorithm with a GUI interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages