Skip to content

thisisanmolkumar/Self-Solving-Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

  • Algo
    • Getting solution of the given sudoku through backtracking
  • GUI
    • Using PyGame to make the window
    • Click on the box to enter numbers
    • Press 'e' to erase
    • Press 'u' to undo
    • Press 's' to solve
    • Press 'p' for pencil (not added yet)
  • Generator
    • Randomly gets a sudoku in string from the csv

Releases

No releases published

Packages

No packages published

Languages