Python Quiz Game This is a simple command-line quiz game built with Python. Instead of multiple choice, the player types in the correct answer directly. The game gives instant feedback after each question and shows the final score at the end.
Features
- User types answers instead of selecting options
- Instant feedback after every question
- Final score shown at the end
- Easy to customize questions and answers
- Runs directly in the terminal
Technologies Used -Python 3 -Command-line interface (CLI)
Customize Questions To add or change questions, open the quiz_game.py file and modify the question and answer pairs inside the code.
License This project is open source and available under the MIT License (optional).