-
Notifications
You must be signed in to change notification settings - Fork 656
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README.md as user requested for Quiz Game project
- Loading branch information
Bilguuntugs Enkhbayar
committed
Sep 15, 2024
1 parent
b910da5
commit 2f5f140
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |