A simple sudoku game using python and pygame.
- windows
- linux-debian (ubuntu LTS 20.04)
- There are external files like fonts in fonts folder, so please put these files in the correct directory(it will be ur python current directory) or change accordingly.
- Installer is only supported for windows.
Backtracking algorithm
click on the sudoku.exe inside linux_ubuntu / windows folder to start the app.
- Only contain a single board now. if u want to try another boards, goto sudokualgo.py and change the board values manually.
- Newgame --> To start the game.
- values 1 to 9 are allowed.
- mainmenu --> To goto mainmenu.
- Solve --> To solve the board.
- If you win the game it shows won on the top board or it will show wrong.
Thanks.