Bootdev guided projects to build Asteroids in python with pygame
Preferrably setup a venv
python3 -m venv venv
source venv/bin/activateInstall pygame
pip install -r requirements.txtStart the game…
python3 main.py… and play till you get hit I gues…