Language: Python
Run: python3 math_rush.py
Math Rush is a fun and interactive GUI-based math game where players solve random addition problems under time pressure.
You have 10 seconds to answer each question correctly — how fast can your brain calculate?
- Type the correct answer in the box and press Enter.
- Each question has a 10-second countdown.
- Game ends when you’re too slow or answer incorrectly.
- Python 3.8+
- No external libraries (uses Tkinter, included with Python).
- Run the script:
python3 math_rush.py - Click Start Game.
- Add the two numbers before time runs out.
- Try to reach the highest score!