Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 965 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 965 Bytes

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.