This is an interactive command-line interface (CLI) quiz game where you control the questions! Create your own quizzes, challenge yourself, and even share your question sets with others.
- Customizable Questions & Answers: Define your own questions and answers.
- Dynamic Shuffling: Questions and their answers re shuffled every time you play for a fresh experience.
- Replayability: Play the same queiz again, or add new questions to an existing set.
- Save & Load: Save your custom question sets to a file for later use or to share with friends.
- Score Tracking: See your results at the end of each game.
First, make sure to have Python 3.X or higher.
-
Clone the repo
git clone https://github.com/kizzandev/quiz-game.git cd quiz-game
-
Run the script
python3 main.py
Quizzes are saved in a simple JSON format. To share it, all you have to do is to copy and paste the file.
Got ideas to make the quiz game even better? Whether it's a new feature, a bug fix, or an improvement to the code, contributions are welcome! Feel free to submit a pull request.