- What is Pygame?
- The main program loop Installing Pygame Importing and Initialising the Pygame library Define the colours you will use in your game Open a new window The main program loop
- Creating Sprites using Pygame Context: Car Racing Game Our first Class Our first Object
- How to control your Sprites Adding Methods to the Car class Responding to keystroke events
- Adding more Sprites
- Further implementation