Skip to content

grekoskall/pygame-asteroids

Repository files navigation

Python game made with pygame. Based on Boot.Dev.

Run On Windows

  1. Install Python

  2. Create a virtual environment in CMD or PowerShell:

    python -m venv venv
    .\venv\Scripts\activate
    pip install pygame
    python main.py
    

This way, Pygame will work out of the box, since it runs directly on Windows.

About

Game project built with Python and Pygame. Start state based on Boot.Dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages