Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.03 KB

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