Skip to content

Elmo33/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Sudoku

Simple Sudoku game built with Tkinter.

About

This is a very simple version of this game. It has only one level, which is quite easy to solve. But the solution checker can work for any solution. So basically you can enter numbers without clicking the start button and if its correct, then program will successfully check it.

Solution checker works this way: First it takes numbers from entries, sorts them into the lists and starts the checking algorithm. This algorithm is quite simple, first it checks whether or not are there duplicate numbers in horizontal lines, then in vertical and finally in 3x3 boxes.

Feel free to add anything you would like to this program which may include: save/load function, difficulty selection function, level generation function and etc.

How to run

To run the Game:

python Sudoku_Game.py

About

Simple Sudoku Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages