Skip to content

waelodeh98/Math-Game

Repository files navigation

Math Game - C++ Console Application

Screenshot

Watch the project video on LinkedIn: Click here

Overview

This is a C++ Console Application that simulates a Math Game.
Players can answer a series of math questions with multiple difficulty levels and operation types. The game keeps track of correct and wrong answers and shows the final results.


✨ Features

  • Custom Number of Questions: Choose how many questions to answer (1-10).
  • Difficulty Levels: Easy, Medium, Hard, or Mix.
  • Operation Types: Addition, Subtraction, Multiplication, Division, or Mix.
  • Score Tracking: Counts number of right and wrong answers.
  • Final Results: Displays Pass or Fail based on performance.
  • Play Again Option: Replay the quiz as many times as you want.
  • Console UI: Interactive menus with color feedback for correct/incorrect answers.

Click on any image to watch the project video on LinkedIn

🖼️ Screenshots

Screenshot 1

Screenshot 2

Screenshot 3


Files in the Project

  • Game Math.cpp → Main source code
  • Game Math.sln → Visual Studio solution file
  • Game Math.vcxproj & Game Math.vcxproj.filters → Visual Studio project files
  • Game Math.rc, resource.h → Resource files

▶️ How To Run

  1. Open the solution in Visual Studio.
  2. Build the project (Ctrl+Shift+B).
  3. Run the program (F5).
  4. Follow on-screen prompts to answer questions.

👤 Author

Wael Samer – Software Engineering Student
This project was assigned by Dr. Mohamed Abu Hadhoud as part of a course on the Programming Advices platform.

🌐 GitHub

https://github.com/waelodeh98

🔗 LinkedIn Profile

www.linkedin.com/in/waelsamer

About

Console-based Math Game in C++ with multiple difficulty levels and operations. Track correct/wrong answers, view Pass/Fail results, enjoy color-coded feedback, and replay the quiz for a fun Windows console experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors