Games Programmed in Python
Pete Shinners
pete at shinners.org
Wed Nov 7 01:15:09 EST 2001
> Could somebody direct me to some examples of games programmed in Python?
well, you could start with the game i've written, SolarWolf.
it's actually a great example of what can be done pretty easily in
python. (unfortunately the server is a bit sketchy)
http://shredwheat.zopesite.com/solarwolf
this is done with the pygame library,
http://www.pygame.org
pygame is a wrapper for the SDL libraries. this is a great lowlevel
framework for creating your own crossplatform games. there is an active
projects page on the pygame site which can point you towards more...
http://www.pygame.org/projects/
More information about the Python-list
mailing list