asteroids Building a simple video game, based on the classic Asteroids. Create Virtual Environment $ python3 -m venv venv Activate the virtual environment $ source venv/bin/activate