This project implements a command-line quiz game where users can test their knowledge in different categories, such as General Knowledge and Science & Computers. The game provides multiple-choice questions and keeps track of the user's score throughout the quiz.
- Multiple categories to choose from.
- User-friendly interface with a welcome message and instructions.
- Ability to quit the game at any time by typing 'q'.
- Tracks the user's score and displays it at the end of the quiz.
- Run the script.
- Choose a category by entering the corresponding number:
- 1: General Knowledge
- 2: Science & Computers
- Answer the questions presented in the quiz by typing your answer.
- Type 'q' to quit the game at any time.
- At the end of the quiz, your score will be displayed.
- Python 3.x
-
Clone the repository or download the project files.
-
Run the script using Python:
python quiz_game.py