pygsear -- Pygame Framework and Examples
pygsear home at savannah
pygsear is a set of python libraries which work with pygame. pygsear takes care of much of the lower level setup of sprites and events and objects so that you can get right to the coding of your game.
The latest version is 0.53.2 released December 9, 2006
pygsear-0.53.2.tgz
pygsear-0.53.2.zip
The old games distribution should still work with 0.53.2:
pygsear-games-0.53.1.tgz
pygsear-games-0.53.1.zip
Older versions and signature files are available on the pygsear download page.
These require python and pygame.
See the pygsear documentation here: Pygsear Documentation
The distribution comes with many examples:
rotate.py
, demonstrates sprites with automatic rotation.buttonTest.py
, shows a few different input widgets.penguin.py
, is a turtle-graphics-like module. Run it to
see the tests, or import it in the interpreter to play with
it interactively. Meet pete!bulb.py
, is the start of an interactive tutorial.euclid.py
, is another turtle-graphics-like module. This
one draws a Cartesian coordinate system.pygsaw.py
, a jigsaw puzzlepong.py
, you know what this is aboutThere is a separate download with some games (and parts of games) written using pygsear:
balloons
, the beginnings of a shooting gallery gamedots
, connect the dotsfrog
, cross the crowded road. Hop hop.guess
, higher or lower?lunar
, nice old-style lunar lander gamemathemorphosis
, an "educational" gamentris
, falling blocks... configurablepymm
, pattern matchingtanks
, networked battle or fight a simple aiwix
, rpg in very early stageszap
, you are the remote controlScreenshots:
Some Web Stuff
(( My Home Page ))
Comments about this page on the wiki.