PyGame Demos

For Begginers (In Order of Difficulty)

Basic Image Example
Displays an image. For absolute beginners.
Basic Image Example.zip
Compressed Archive in ZIP Format [104.5 KB]
Download
Download
Conway's Game of Life
More difficult example, with mouse input and advanced drawing.
See http://en.wikipedia.org/wiki/Conway's_game_of_life
New file download
PyGame demo
A well-organized game with control input and graphical output.
PyGame demo.zip
Compressed Archive in ZIP Format [6.7 KB]
Download

Advanced

Joystick demo
An easy way to test out your joystick in PyGame.
Control Stick.zip
Compressed Archive in ZIP Format [16.3 KB]
Download
PyGame and TKinter
A PyGame window running next to a TKinter window. You can type commands in the tk window and the PyGame window will execute them.
PyGame and TK.zip
Compressed Archive in ZIP Format [762.1 KB]
Download