We're writing games in Python, so that means we need a Python setup. In this section, we'll download and install Python, get an editor to use for our coding, and create a project. Installing Python on ...
We use flake8 and black to ensure a consistent code style for all of our sample code in this repository. We're using a tool called black on this repo to ensure consistent formatting. On CI it runs in ...