A simple, interactive command-line quiz game built in Python to test programming knowledge.
- Pre-populated question bank using a list of dictionaries.
- Dynamic iteration through questions using
forloops. - Input validation (supports uppercase/lowercase answers).
- Early exit option (
q) to quit the game at any time. - Real-time score tracking.
- Make sure you have Python installed.
- Run the script in your terminal:
python quiz_game.py