Differences between revisions 100 and 101
Revision 100 as of 2012-09-07 13:25:07
Size: 6612
Editor: 187-34-44-87
Comment: wiki restore 2013-01-23
Revision 101 as of 2012-09-07 13:25:07
Size: 6626
Editor: 187-34-44-87
Comment: wiki restore 2013-01-23
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * [[http://pygame.org|pygame.org]] - home of the [[PyGame|PyGame]] module and a portal with links to lots of Python games
 * [[http://www.pyweek.org|PyWeek]] is a bi-annual programming challenge that produces several great games
 * [[http://pygame.org/|pygame.org]] - home of the [[PyGame|PyGame]] module and a portal with links to lots of Python games
 * [[http://www.pyweek.org/|PyWeek]] is a bi-annual programming challenge that produces several great games
Line 18: Line 18:
 * [[http://pygame.org|PyGame]] - [[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.  * [[http://pygame.org/|PyGame]] - [[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.
Line 20: Line 20:
 * [[http://www.pyglet.org|Pyglet]] - pyglet is an opengl only cross-platform windowing and multimedia library for Python found in the mods/bfheores/python folder.
 * [[http://www.python-ogre.org|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
 * [[http://www.panda3d.org|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.
 * [[http://www.blender.org|Blender3D]] is an open source game engine, modeler, animator and 3D renderer under the GNU GPL license. Uses Python as scripting language.
 * [[http://www.pyglet.org/|Pyglet]] - pyglet is an opengl only cross-platform windowing and multimedia library for Python found in the mods/bfheores/python folder.
 * [[http://www.python-ogre.org/|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
 * [[http://www.panda3d.org/|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.
 * [[http://www.blender.org/|Blender3D]] is an open source game engine, modeler, animator and 3D renderer under the GNU GPL license. Uses Python as scripting language.
Line 29: Line 29:
 * [[http://cocos2d.org|cocos2d]] - a framework for building 2D games, demos, and other graphical/interactive applications.
 * [[http://kivy.org|kivy]] - A cross platform multimedia framework, including mobile, using different backends according to the platform, offering high level widgets and multi-touch support
 * [[http://cocos2d.org/|cocos2d]] - a framework for building 2D games, demos, and other graphical/interactive applications.
 * [[http://kivy.org/|kivy]] - A cross platform multimedia framework, including mobile, using different backends according to the platform, offering high level widgets and multi-touch support
Line 36: Line 36:
 * [[http://evennia.com|Evennia]] is a feature-liberal MUD codebase with Django and Twisted serving as the foundation.  * [[http://evennia.com/|Evennia]] is a feature-liberal MUD codebase with Django and Twisted serving as the foundation.
Line 46: Line 46:
 * [[http://www.eve-online.com|EVE Online]] is a massively multiplayer online space game written in [[StacklessPython|StacklessPython]]  * [[http://www.eve-online.com/|EVE Online]] is a massively multiplayer online space game written in [[StacklessPython|StacklessPython]]
Line 57: Line 57:
 * [[http://www.interstateoutlaws.com|Interstate Outlaws]] is 3D RPG/FPS modeled after the classic Interstate '76 series using Crystalspace  * [[http://www.interstateoutlaws.com/|Interstate Outlaws]] is 3D RPG/FPS modeled after the classic Interstate '76 series using Crystalspace
Line 68: Line 68:
 * [[http://www.somyeol2d.com|Somyeol2D]] is a Jump and Run entirely written in Python using the the JNGL-Engine
 * [[http://usf.tuxfamily.org|ultimate-smash-friends]] is a pure-python/pygame fight game inspired by the nintendo smash-bros series.
 * [[http://www.somyeol2d.com/|Somyeol2D]] is a Jump and Run entirely written in Python using the the JNGL-Engine
 * [[http://usf.tuxfamily.org/|ultimate-smash-friends]] is a pure-python/pygame fight game inspired by the nintendo smash-bros series.

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.

  • PySoy - PySoy is a high-level 3d game engine for Python 3 which tightly binds rendering, physics, animation, and networking.

  • 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.

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

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

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

  • pyirrlicht - 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.

  • kivy - A cross platform multimedia framework, including mobile, using different backends according to the platform, offering high level widgets and multi-touch support

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.