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

CLI Based quizz game contains some multiple choice questions and can perform the score calculation

License

Notifications You must be signed in to change notification settings

KristiantoJohan/Quizz-Game

Repository files navigation

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.

About

CLI Based quizz game contains some multiple choice questions and can perform the score calculation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages