https://github.com/burhanali2211/quizapp
https://github.com/burhanali2211/quizapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/burhanali2211/quizapp
- Owner: Burhanali2211
- Created: 2025-01-28T12:20:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T12:34:34.000Z (4 months ago)
- Last Synced: 2025-01-28T13:44:47.050Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Game Project
## Description
This is a simple quiz game implemented in Python. It allows users to play a quiz by answering multiple-choice questions, add custom questions, and view their scores. The game also allows users to save and load questions from a file, so you can continue where you left off.## Features
- Play Quiz: Randomized questions from a list of pre-loaded or user-added questions.
- Add Questions: Users can add their own custom questions with multiple-choice answers.
- View Scoreboard: Displays the current score.
- Save and Exit: Saves the current list of questions to a file and exits the game.## Requirements
- Python 3.x-
## Installation Instructions### 1. Clone the Repository
Start by cloning the repository to your local machine:```bash
git clone https://github.com/yourusername/quiz-game.git
```
## How to Run
1. Clone this repository or download the Python file.
2. Open a terminal or command prompt.
3. Run the Python script:```bash
python quiz_game.py