Welcome to the Math Game Challenge! An interactive console application designed to test and improve your arithmetic skills. This project is built entirely in C++ to practice logical system design and data management.
- Operation Types: Choose your challenge: Addition ➕, Subtraction ➖, Multiplication ✖️, Division ➗, or a Mix 🔀.
- Difficulty Levels:
- Easy: Simple numbers for warming up.
- Med: Standard challenge.
- Hard: Larger numbers for pros.
- Mix: Random difficulty for every question.
- Smart Generator: Questions are generated dynamically based on your chosen settings.
- Score Report: At the end of the quiz, you get a full report with your score and a Pass/Fail status.
- Language: C++
- Concepts Applied:
- Advanced usage of Functions.
StructsandEnumsfor data organization.- Random logic generation.
- Clean Code principles.
- Download the project files.
- Open the solution file in Visual Studio.
- Run the code and try to get a full score! ✅
A practical project from the Programming Roadmap (Course 5). 👨💻