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