Skip to content

Brodingo/asteroids

Repository files navigation

Asteroids

A Python-based version of Asteroids using pygame from the boot.dev course.

Run via CLI w/ venv

# Setup virtual environment
python3 -m venv venv
source venv/bin/activate

# Install requirements
pip install -r requirements.txt

# Pew pew
python3 main.py

About

A Python-based version of Asteroids using pygame from the boot.dev course.

Resources

Stars

Watchers

Forks

Languages