Differences between revisions 85 and 86
Revision 85 as of 2010-01-26 21:29:41
Size: 5855
Editor: p579CA8D4
Comment:
Revision 86 as of 2010-07-02 17:32:03
Size: 5951
Editor: 88
Comment: Metin2 is a Python game. I'm not 100% sure it is written in pygame but it uses python26.dll and can be decompiled. I saw the decompiled version. It really uses Python 2.6 :)
Deletions are marked like this. Additions are marked like this.
Line 53: Line 53:
  * [[http://metin2.org/|Metin2]] is a famous Oriental Action MMORPG game written with pygame.

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

  • PyGame - PyGame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every platform and operating system.

  • Pyglet - pyglet is an opengl only cross-platform windowing and multimedia library for Python found in the mods/bfheores/python folder.

  • 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, multi-platform support, scene graph, export/import pipeline, 3D Audio, collision detection, physics, unusual I/O devices, basic AI library, browser plugin, 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 software para a criação de jogos, 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.

  • cocos2d - a framework for building 2D games, demos, and other graphical/interactive applications.

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

PythonGames (last edited 2021-06-15 02:11:58 by RishitDagli)

Unable to edit the page? See the FrontPage for instructions.