Skip to content

andrewolfram/py-asteroids

Repository files navigation

py-asteroids

Bootdev guided projects to build Asteroids in python with pygame

In case you want to run the project:

Preferrably setup a venv

python3 -m venv venv
source venv/bin/activate

Install pygame

pip install -r requirements.txt

Start the game…

python3 main.py

… and play till you get hit I gues…

About

Bootdev guided projects to build asteroids in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages