https://github.com/varuns2002/python-sudoku
This is a fully fledged sudoku game written in Python using Tkinter GUI and uses files for data.
https://github.com/varuns2002/python-sudoku
game python single-player sudoku tkinter-gui
Last synced: about 1 year ago
JSON representation
This is a fully fledged sudoku game written in Python using Tkinter GUI and uses files for data.
- Host: GitHub
- URL: https://github.com/varuns2002/python-sudoku
- Owner: VarunS2002
- License: gpl-3.0
- Created: 2020-02-19T12:21:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T06:48:09.000Z (over 5 years ago)
- Last Synced: 2025-02-12T19:40:28.878Z (over 1 year ago)
- Topics: game, python, single-player, sudoku, tkinter-gui
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Sudoku
### [Downloads](https://github.com/VarunS2002/Python-Sudoku/releases)

[](https://www.gnu.org/licenses/gpl-3.0)
This is a fully fledged sudoku game written in Python using Tkinter GUI and uses files for data
## Usage:
-Place array_module file in the same folder as the sudoku and run the sudoku file
## Note:
-The array_module file has 3 games defined by default which are hard coded in the Sudoku program
-To add more games you will need to add them in the module and make code additions in the main program
-The 3 save game files have completely solved saves of the 3 pre-defined games
## Features:
-Input numbers in the grid by repeatedly clicking a box
-3 different games
-Randomly chooses one game on start
-Shows you the game currently active
-Added Choose Game option to manually change the game
-Restart Game option
-Save game state option
-3 different save files for each game
-Load saved game state option
-Clear Saved Game option to clear the previously saved game
-Check Result option
-Show Solution option
-About option with version, link for releases and for sources
-PEP 8 format
-Comments to easily understand code