This workshop goes through building a game in Python 3 using the PyGame Library
- Clone this repo to work locally
- This workshop doesn't use Google Colab because Colab environments don't come with GPUs, so we can't run our games.
- Install a way to read Jupyter Notebooks
- Install pygame and other libraries
python3 -m pip install -r requirements.txt