Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 717 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 717 Bytes

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.