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.
- 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.
-
Python 3.x
Start by cloning the repository to your local machine:
git clone https://github.com/yourusername/quiz-game.git- Clone this repository or download the Python file.
- Open a terminal or command prompt.
- Run the Python script:
python quiz_game.py