Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 369 Bytes

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