Skip to content

Using common mathematical operators, combine four randomly chosen numbers to make 24.

License

Notifications You must be signed in to change notification settings

amosyu2000/twentyfour-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twenty-Four Game

The object of the game is to use common mathematical operators to combine four randomly chosen numbers to make 24.
This game was written in Python 3.7 and uses an interactive GUI made using Tkinter. The graphics for the cards were designed in Photoshop.
Please make sure that you have installed the following libraries:

  • math
  • random
  • tkinter (Tkinter for Python 2)
  • Pillow
  • os

Features

  • Customizable game mechanics (i.e. the target number and the amount of cards)
  • Simple and intuitive design

Screenshots

The main window of the game.

alt text

Clicking "Settings" allows the player to customize aspects of the game.

alt text

Players type their answer into the text box and the game checks if they are right.

alt text

About

Using common mathematical operators, combine four randomly chosen numbers to make 24.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages