We're going to build a simple video game, based on the classic Asteroids.
Prerequisites:
- Python 3.10+ installed;
- Access to a unix-like shell (e.g. zsh or bash).
We are going to be using pygame and a virtual environment (venv) to develop our game.
The pygame documentation will be super useful throughout this project.