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++.
- Host: GitHub
- URL: https://github.com/emansarahafi/quizgame
- Owner: emansarahafi
- Created: 2023-12-03T12:19:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T15:08:07.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T03:54:08.260Z (8 months ago)
- Topics: cpp, quiz-game
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.