-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme.txt
More file actions
30 lines (20 loc) · 791 Bytes
/
Readme.txt
File metadata and controls
30 lines (20 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 🧠 Timed Math Challenge Game
A terminal-based math quiz game built using **Python**, where players must solve random arithmetic problems within a limited time. It's a fun and educational game to boost mental math speed and accuracy!
---
## 🎯 Features
- Random math questions: Addition, Subtraction, Multiplication
- Time-based challenge
- Score tracking based on correct answers
- Uses Python’s `random` and `time` modules
- Terminal/console-based gameplay
---
## 🛠️ Tech Stack
- **Language**: Python
- **Modules Used**:
- `random` – for generating math problems
- `time` – for tracking time limits and game duration
---
## 🚀 How to Play
1. Run the Python script in your terminal:
```bash
python math_challenge.py