Skip to content

The Quiz Game is a fun, interactive console application that tests your knowledge with multiple-choice questions. It calculates your score based on correct answers and provides instant feedback. Perfect for learning and challenging yourself!

Notifications You must be signed in to change notification settings

Mubeen-Channa/Quiz-Game-Project-in-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Quiz Game in C++

This is a simple quiz game written in C++. The game asks the player five multiple-choice questions and calculates their score based on the number of correct answers. It provides feedback for each question and displays the final score at the end.

How to Play

  1. Clone the repository to your local machine.
  2. Compile the quiz_game.cpp file using a C++ compiler.
  3. Run the compiled executable.
  4. Enter your name and age when prompted.
  5. Answer each question by entering the corresponding letter (a, b, c, or d).
  6. At the end of the quiz, your final score will be displayed.

Features

  • Simple console-based interface.
  • Multiple-choice questions on C++ concepts.
  • Calculates and displays the player's final score.

Requirements

  • C++ compiler

Future Improvements

  • Add more questions and categories.
  • Implement a scoring system based on question difficulty.
  • Add a timer for each question.

About

The Quiz Game is a fun, interactive console application that tests your knowledge with multiple-choice questions. It calculates your score based on correct answers and provides instant feedback. Perfect for learning and challenging yourself!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages