Pygame

Pygame

Pygame

Python module for writing video games


Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language.

Quick Facts Original author(s), Developer(s) ...

History

Pygame was originally written by Pete Shinners to replace PySDL after its development stalled.[2][7] It has been a community project since 2000[8] and is released under the free software GNU Lesser General Public License[5] (which "provides for Pygame to be distributed with open source and commercial software"[9]).

Development of Version 2

Pygame version 2 was planned as "Pygame Reloaded" in 2009, but development and maintenance of Pygame completely stopped until the end of 2016 with version 1.9.1. After the release of version 1.9.5 in March 2019, development of a new version 2 was active on the roadmap.[10]

Pygame 2.0 released on 28 October, 2020, on Pygame's 20th birthday.[11]

Features

Pygame uses the Simple DirectMedia Layer (SDL) library,[lower-alpha 1] with the intention of allowing real-time computer game development without the low-level mechanics of the C programming language and its derivatives. This is based on the assumption that the most expensive functions inside games can be abstracted from the game logic, making it possible to use a high-level programming language, such as Python, to structure the game.[5]

Other features that SDL does have include vector math, collision detection, 2D sprite scene graph management, MIDI support, camera, pixel-array manipulation, transformations, filtering, advanced freetype font support, and drawing.[12]

Applications using Pygame can run on Android phones and tablets with the use of Pygame Subset for Android (pgs4a).[13] Sound, vibration, keyboard, and accelerometer are supported on Android.[14]

Community

There is a regular competition, called PyWeek, to write games using Python (and usually but not necessarily, Pygame).[15][16][17] The community has created many tutorials for Pygame.[18][19][20][21][22]

Notable games using Pygame

See also

Notes

  1. Pygame 2 and later versions are based on SDL2, while earlier releases were based on SDL1.[lower-alpha 2]
  2. "pygame 1.9.5 released into the wilds". Pygame.org.

References

  1. Shinners, Pete. "Python Pygame Introduction - History". Pygame.org. Archived from the original on 17 September 2019. Retrieved 28 April 2017.
  2. "Yet another bug fix release". www.pygame.org. Retrieved 2 December 2023.
  3. "About Pygame". GitHub. Archived from the original on 18 September 2019. Retrieved 31 August 2019.
  4. "GettingStarted". Pygame.org.
  5. "pySDL sourceforge page". Sourceforge.net.
  6. "Pygame Front Page — pygame v2.0.1.dev1 documentation". www.pygame.org. Retrieved 26 February 2021.
  7. "Pygame docs". Pygame.org.
  8. "API — Pygame Subset for Android". Archived from the original on 19 October 2014. Retrieved 14 October 2014.
  9. Gee, Sue (29 March 2013). "Why PyWeek: An Interview with Richard Jones". i-programmer.info. Retrieved 31 March 2020.
  10. "PyWeek - Python Wiki". Wiki.python.org. Retrieved 1 April 2019.
  11. Siddiqi (27 June 2020). "Python Game projects with source code". CodersLegacy. Retrieved 25 December 2020.
  12. Shinners, Pete. "Line by line tutorial - Tutorial for beginners". Archived from the original on 5 February 2005.
  13. "Dangerous High School Girls in Trouble!". Pygame.org. Retrieved 8 July 2011.

Share this article:

This article uses material from the Wikipedia article Pygame, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.