pygsear is a programming framework using Python and Pygame.

pygsear has classes for sprites, paths, widgets, events,
sounds, networking (using Twisted) and more, and it comes
with many examples.

More information is available here:
http://www.nongnu.org/pygsear/

Download the latest version here:
http://savannah.nongnu.org/files/?group=pygsear


CHANGES:
version 0.52
 - Fixed general Game gameOver -> restart sequence
 - Fixed Util.load_images_dict
 - Fixed killing SpriteGroup with levels
 - Fixed crash bug in bezier.py
 - Added SpriteGroup.change_level
 - New frog game (in games dist)
