The classic sudoku game made using pygame module in python
-
Keyboard
- DELETE_KEY- Clear current cell
- r_KEY- RESET
- n_KEY- NEW
- Space Bar- SOLVE
-
Buttons
- Reset - Reset the board
- New - New board
- Solve - Solve the board
- Python and pygame need to be installed.
- Clone the repository and run sudoku.py to play the game
- Try solving on your own, boards will be completely random but easy.
- Good Luck!