An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Python Sudoku

### [Downloads](https://github.com/VarunS2002/Python-Sudoku/releases)
![Download-Count](https://img.shields.io/github/downloads/VarunS2002/Python-Sudoku/total?color=brightgreen)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](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