This project is a simple command-line interface (CLI) based quiz game implemented in C++. The game presents the user with a series of questions and multiple-choice answers. The user selects their answer by typing the corresponding letter.
- Multiple-choice questions
- Score tracking
- Randomized question order
- Configurable question set
-
Clone the repository:
git clone https://github.com/KristiantoJohan/Quiz-Game.git
-
Navigate to the project directory:
cd Quiz-Game
-
Compile the code:
g++ -o quiz_game main.cpp quiz.cpp
Run the compiled program:
./quiz_game
The game will start and present a series of questions. Type the letter corresponding to your answer and press Enter.