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