- Pygame
Infobox Software
name= Pygame
caption=
developer=Pete Shinners
maintainer =
latest_release_version= 1.8.1
latest_release_date=2008 July 30
operating_system=Cross-platform
genre= API
license=GNU Lesser General Public License
website= http://www.pygame.orgPygame is a
cross-platform set of Python modules designed for writingvideo game s.It includescomputer graphics and sound libraries designed to be used with the Python programming language. It is built over theSimple DirectMedia Layer (SDL) library, with the intention of allowing real-timecomputer game development without the restraints and low-level mechanics of the C programming language and its derivatives. This is based on the assumption that the most consuming functions inside games (mainly the graphics part) can be completely abstracted from the game logic in itself, making it possible to use ahigh-level programming language like Python to structure the game.Pygame was built to replace pySDL after its sudden death. [ [http://libregamewiki.org/Pygame Libregamewiki's article on Pygame] ]
Pygame was originally written by
Pete Shinners and is released under theGNU Lesser General Public License . It is now an open source free software community project (since around 2004/2005).ee also
2D Engines and Libraries:
* [http://www.imitationpickles.org/pgu/wiki/index Phil's Pygame Utilities (PGU)] is a collection of tools and libraries that enhance Pygame. Tools include a tile editor and a (tile, isometric, hexagonal). GUI enhancements include full featured gui, html rendering, document layout, and text rendering. The libraries include a sprite and (tile, isometric, hexagonal), a state engine, a timer, and a high score system. (Note pgu is now unmaintained).Miscellaneous
*Psyco , a specializing compiler (a kind ofjust-in-time compiler ) used to speed the execution of Python codeReferences
External links
* [http://www.pygame.org Pygame homepage] — Pygame documentation, wiki, news, download and more.
* [http://rene.f0o.com/mywiki/PythonGameProgramming An Introduction to Python Game Programming] - written by Rene Dudfield and Geoff Howland
* [http://www.pyweek.org Pyweek homepage] — regular contest to write a game during one week using Python (most entries use pygame).
* [news://gmane.comp.python.pygame Pygame newsgroup] [http://news.gmane.org/gmane.comp.python.pygame/cutoff=9097 (web access)] — the "official" Pygamenewsgroup , requires registration
* [http://pygame.org/docs/tut/chimp/ChimpLineByLine.html Line by line tutorial] — Tutorial for beginners by Pete Shinners.
* [http://www.linuxjournal.com/article/7694 Creating Games with Python] - A tutorial explaining how to use Pygame for game development and improved execution.
* [http://showmedo.com/videos/series?name=pythonMayerPyGameSeries pyGame Basics] and [http://showmedo.com/videos/series?name=pythonArellanoPyGameSeries Arinoid tutorials]
* [http://www.apress.com/book/view/1590598725 Beginning Game Development with Python and Pygame] -- A new book discussing game development using Pygame
* [http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470068221.html Game Programming the L Line] -- A book that introduces programming and game development with Python and pygame
* [http://pyopengl.sourceforge.net/ pyOpenGL] - Python OpenGL Bindings
Wikimedia Foundation. 2010.