An open API service indexing awesome lists of open source software.

https://github.com/burhanali2211/quizapp


https://github.com/burhanali2211/quizapp

Last synced: 3 months ago
JSON representation

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