A simple yet engaging quiz game built with Pygame. It displays questions with multiple-choice answers, tracks your score, and offers immediate feedback.
- Pixelated font and custom visual style
- Randomized answer options
- Custom window icon
- Visual feedback and final score display
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
- Navigate to the project directory:
cd your-repo-name
- Create and activate a virtual environment:
python -m venv myenv .\myenv\Scripts\activate # On Windows source myenv/bin/activate # On macOS/Linux
- Install the dependencies:
pip install -r requirements.txt
- Run the game:
python src/main.py
This project is licensed under the MIT License - see the LICENSE file for details.
![image](https://private-user-images.githubusercontent.com/114700139/381328131-e234915f-e155-4a82-91ed-10a620311bbc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjkxOTAsIm5iZiI6MTczOTM2ODg5MCwicGF0aCI6Ii8xMTQ3MDAxMzkvMzgxMzI4MTMxLWUyMzQ5MTVmLWUxNTUtNGE4Mi05MWVkLTEwYTYyMDMxMWJiYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQxNDAxMzBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kZTM1NjcxZWQ0MTcyYTY0NTllZTZiMTU4YmY2YzE3ZjU0ZDhhMTZiMTY4N2I5MzlkOTRkZjAzZGJmZDM2ZDYyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.66Hm-jnpdepP5-ZfrK05iYnIVcygU0oEo2i7NLcLj0M)