Pygame
From GDWiki
Pygame is a set of Python modules for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the Python language. Pygame is highly portable and runs on nearly every platform and operating system.
[edit] Tutorials and Source
[edit] Introduction
[edit] Input
[edit] General
- An Object-Oriented Framework
- Using the framework to create Pong
[edit] Source Code
- Adventures on Planet Zephulor Source Code - courtesy of HollowWorks

