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
- Customizable game mechanics (i.e. the target number and the amount of cards)
- Simple and intuitive design
The main window of the game.
Clicking "Settings" allows the player to customize aspects of the game.
Players type their answer into the text box and the game checks if they are right.