Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 524 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 524 Bytes

Sudoko-solver

Simple solver application made using pygame module in python.

Simple controls :

-use arrow keys to move the pointer on the grid.
-use mouse click to change the pointer on the grid.
-press the number-keys to enter particular number into particular cell.
-press "Enter" key to solve the sudoko after entering numbers.
-press "Backspace" key to reset the grid of the solver.
-press "0" to reset number in a particular cell.
-(or) press another number-key to overwrite the number in the cell.