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 ...
Our next step in this tutorial is to draw something on the Screen. In order to do that we need to cover two topics, Textures and Sprites. At the end of this chapter, we'll have something that looks ...