- Clone the project or download it as a zip on your system.
- Double click sudoku.py.
- Enjoy the game:)
- By default the game will run in easy mode.
- To change the level to medium or hard open the sudoku.py file in any editor like Sublime Text.
- At line number 244 change 'easy.txt' to 'medium.txt' or 'hard.txt'
- Save the sudoku.py file.
- Double click sudoku.py and Enjoy!!!.
- Find any sudoku sequence online.
- create a text file and copy it line by line.
- If there is a blank in line then replace it with 0 else with specified digit(1-9).
- Make sure no extra space or enter character is used and file contains exactly 9 lines and each line having 9 digits all unique.
- Save the file with any name say my_own_level.txt
my_own_level.txt
000020000
054070000
800309057
300004070
009080400
020600008
780901006
000060920
000030000
- Repeat the steps mentioned in Steps to change level and enjoy.