An open API service indexing awesome lists of open source software.

https://github.com/emansarahafi/quizgame

A quiz game completed in C++.
https://github.com/emansarahafi/quizgame

cpp quiz-game

Last synced: 7 months ago
JSON representation

A quiz game completed in C++.

Awesome Lists containing this project

README

          

# Quiz Game
A quiz game completed in C++ where the game rules are pretty simple, the player will be offered three subjects: Math, physics, and chemistry, and they will choose between them.

If the user decides on math or chemistry, they will get multiple-answer questions.

If the user chooses physics, they will get true or false questions.

All the user has to do is answer the ten displayed questions. Each question is worth 10 points.

If the player gets 70 or more points, they succeed. If not, the user will have to try again.

Note that the total points the player can win for this game is 100.

The options displayed for the winner on the main menu are:
1. Play.
2. How to play.
3. Top scores.
4. Quit.