Space Shooter tutorial Space Shooter tutorial from Clear Code, plus one or two things I did my own way. Installation python3 -m venv venv pip install -r requirements.txt venv/bin/python code/main.py