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.
- Clone the repository to your local machine.
- Compile the quiz_game.cpp file using a C++ compiler.
- Run the compiled executable.
- Enter your name and age when prompted.
- Answer each question by entering the corresponding letter (a, b, c, or d).
- At the end of the quiz, your final score will be displayed.
- Simple console-based interface.
- Multiple-choice questions on C++ concepts.
- Calculates and displays the player's final score.
- C++ compiler
- Add more questions and categories.
- Implement a scoring system based on question difficulty.
- Add a timer for each question.