Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 822 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 822 Bytes

Quizz-Game

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.

Features

  • Multiple-choice questions
  • Score tracking
  • Randomized question order
  • Configurable question set

Installation

  1. Clone the repository:

    git clone https://github.com/KristiantoJohan/Quiz-Game.git
  2. Navigate to the project directory:

    cd Quiz-Game
  3. Compile the code:

    g++ -o quiz_game main.cpp quiz.cpp

Usage

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.