From 2f5f14074df421f492f806d68b8aec200de338e2 Mon Sep 17 00:00:00 2001 From: Bilguuntugs Enkhbayar Date: Sat, 14 Sep 2024 20:07:44 -0400 Subject: [PATCH] Add README.md as user requested for Quiz Game project --- projects/Quiz Game/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 projects/Quiz Game/README.md diff --git a/projects/Quiz Game/README.md b/projects/Quiz Game/README.md new file mode 100644 index 00000000..81a7a725 --- /dev/null +++ b/projects/Quiz Game/README.md @@ -0,0 +1,19 @@ +# Quiz Game + +## What is this project? + +The Quiz Game is a simple Python project designed to create a interactive quiz where users can answer various questions. The game presents a series of questions, and the user must type in the correct answer to get a point. The game keeps track of the user's score and gives the user a mark at the end of the game, while saving your scores into locally created database. + +## How to execute this project + +### Steps to Run the Quiz Game + +1. **Clone the Repository** +2. **Navigate to the Project Directory** +3. **Run the Game**: Execute the main.py file to start the quiz game. + +### How to Play? +1. The game will display series of questions. +2. For each question, type in the correct answer to get a point. +3. The game will keep in track and update your score accordingly. +4. At the end of the quiz, the game will show you your total score. \ No newline at end of file