Skip to content

Simple Sudoku game based on Tkinter GUI. Built during python course in she codes;

Notifications You must be signed in to change notification settings

shovalsa/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

The game is based on pre-written table txt files with 9 lines of numbers, with zeros as empty slots. To execute the game:

  1. create a txt file with content as such:

003000000

007400300

060032059

009000080

008010500

040000600

150290040

004005700

000000900

(example given in file sudoku_003000000.txt)

  1. Open run_game.py and update your file name.

  2. Run run_game.py

About

Simple Sudoku game based on Tkinter GUI. Built during python course in she codes;

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages