Skip to content

Game of 15 is my childhood game. Rather than keeping playing by drawing a board on the ground, I created an interactive tkinter board where you can play the game

Notifications You must be signed in to change notification settings

Izadel257/Game-of-15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Game of 15 is my childhood game. We used to play it by drawing boards on the ground. The idea behind the game is to be able to fill all the board entries with numbers from 0 to 9, such that the numbers in each row, each colum as well as each diagonal sum up to 15. You are not allowed any duplicates.

When you are done entering the numbers, click done, and an interactive window will pop up, let you know of the status of the game. After you have hit Done, you cannot go back and change the results. You can quit the game at any time, and you can always try again until you get the game right.

To play the game, download and install python and make sure to install the tkinter library.

Enjoy.

About

Game of 15 is my childhood game. Rather than keeping playing by drawing a board on the ground, I created an interactive tkinter board where you can play the game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages