I go through the basics of Pygame, and in chapter 1 we make a game template, a blank game that runs...but is basically just a blank window. The idea is that this template is able to be used to start ...
This tutorial shows how to create a simple game with python and pygame. Beyond the game the tutorial teaches Object Oriented Programming concepts.