Skip to content

araavp/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

sudoku

Play a randomly generated sudoku board!

algorithm

Implemented backtracking algorithm to solve sudoku board efficiently

how to play

  • Run gui.py to open interactive sudoku board
  • Click a box
  • Type in a number to keep it in a box temporarily
  • Click enter to enter permanently
  • Game will check your entered number right away and remove it if it's wrong

About

Play a randomly generated sudoku board!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages