Skip to content

Commit

Permalink
Add README.md as user requested for Quiz Game project
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilguuntugs Enkhbayar committed Sep 15, 2024
1 parent b910da5 commit 2f5f140
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions projects/Quiz Game/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 2f5f140

Please sign in to comment.