
13 Tutorial Videos, 200 minutes, 15 hour build time
—
The game map is built up using individual tiles arranged in a grid and it is limited to the boundaries of the screen. There are a few levels and a level editor is included to allow for expansion of the game. One of the trickiest features of this game were the moving platforms, which you see in the later levels.
Controls are LEFT and RIGHT arrow keys for movement and SPACE to jump
Details for this Platformer game have been take from
http://www.codingwithruss.com/
The img file contains the images and sounds, except the music.wav file which is too big. Unzip this file and put the img folder in the same section as the game.py. The music.wav file can be found on Connect in the Pygame section for you course.
The level file contains the Level Editor code and code for Levels 0-3. Unzip this folder and put each of the files in the same section as the game.py.