skip to navigation
skip to content

Python Games

See also: GameProgramming

Resources

  • pygame.org - home of the PyGame module and a portal with links to lots of Python games

  • PyWeek is a bi-annual programming challenge that produces several great games

Libraries

  • Pyglet - pyglet is an opengl only cross-platform windowing and multimedia library for Python.

  • Python-Ogre - a complete python wrapper for the OGRE 3D engine, plus 15 other graphics and gaming related libraries for GUI, Physics, special effects, sound and more

  • Panda3d Full featured open source 3d engine specifically for python but written in c++. Features: performance, scene graph, export/import pipeline, 3D Audio, collision detection, physics, unusual I/O devices, animations, networking ... and many more.

  • Blender3D is an open source game engine, modeler, animator and 3D renderer under the GNU GPL license. Uses Python as scripting language. (Portuguese translation: é um motor de jogo, modelador, animador e renderizador 3D opensource sobre a licença GNU GPL. Usa Python como linguagem de script.)

  • GGZ Gaming Zone is a cross-desktop gaming integration platform with a python package, including GGZBoard and others

  • Peace Engine engine for 3d simulation and rendering system.

  • ika is a game engine built on top of SDL with Verge as an ancestor

  • Pyrr - a new python wrapper for the irrlicht game engine

  • FIFE - a cross platform 2.5d game creation framework with support for different isometric perspectives.

Online Game Servers

  • Evennia is a feature-liberal MUD codebase with Django and Twisted serving as the foundation.

  • GrailMUD is a MUD codebase with an emphasis on separation of logic and content.

Specific Games

EditText (last edited 2008-10-02 14:12:50 by 88)