Skip to content

AlexandraBasalic/Python-EasyGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Quiz Game

Description

A simple yet engaging quiz game built with Pygame. It displays questions with multiple-choice answers, tracks your score, and offers immediate feedback.

Features

  • Pixelated font and custom visual style
  • Randomized answer options
  • Custom window icon
  • Visual feedback and final score display

Setup

  1. Clone the repository:
    git clone https://github.com/your-username/your-repo-name.git
  2. Navigate to the project directory:
    cd your-repo-name
    
  3. Create and activate a virtual environment:
    python -m venv myenv
    .\myenv\Scripts\activate  # On Windows
    source myenv/bin/activate  # On macOS/Linux
  4. Install the dependencies:
    pip install -r requirements.txt
    
  5. Run the game:
    python src/main.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

Photos

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published