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.