Welcome to the Quiz Game repository! This repository contains a simple quiz game implemented in Python. Players can test their knowledge by answering a series of random questions related to computer science and technology.
- Random selection of questions from a predefined list.
- Multiple-choice questions with options for player selection.
- Keeps track of the player's score.
-
Clone the repository to your local machine:
https://github.com/apatheticdamn/quiz-game-py.git
-
Navigate to the project directory:
cd quiz-game-py
-
Run the game:
python game.py
-
Answer the questions by entering the corresponding option number.
-
Receive immediate feedback on the correctness of your answers.
-
After completing the game, choose whether to play again or exit.
The questions and their corresponding multiple-choice answers are stored in separate files (questions.py
and answers.py
). You can modify or extend these files to customize the quiz content.
Contributions are welcome! If you have any suggestions, feature requests, or bug fixes, feel free to open an issue or submit a pull request.