An open API service indexing awesome lists of open source software.

https://github.com/mohamedismail37/math-game

A C++ console game for practicing arithmetic with random questions and instant feedback.
https://github.com/mohamedismail37/math-game

cpp functional-programming game math mathematics maths project

Last synced: 5 months ago
JSON representation

A C++ console game for practicing arithmetic with random questions and instant feedback.

Awesome Lists containing this project

README

          

# Math Game — A Console-Based Arithmetic Game
## 🎮 Description
**Math Game** is a simple C++ console game for practicing arithmetic with random questions and instant feedback. Players choose difficulty levels and operations, then solve the math problems.

---
![Game Screenshot](assets/Equal.png)

---
## ✨ Features
- Multiple difficulty levels: Easy, Medium, Hard, and Mixed
- Operation types: Addition, Subtraction, Multiplication, Division, or Mixed
- Randomly generated math problems
- Real-time feedback (correct or incorrect) with writing the correct answer
- Final result screen with performance summary
- Option to replay the game

---
- **Language:** C++
---

## 📸 Sample Gameplay
![Game Screenshot](assets/Fail.png)

---
![Game Screenshot](assets/Pass.png)