
pygame 2.1.2
0
Python Game Development
Contents
Python Game Development
Stars: 5594, Watchers: 5594, Forks: 2444, Open Issues: 404The pygame/pygame
repo was created 5 years ago and was last updated 26 minutes ago.
The project is extremely popular with a mindblowing 5594 github stars!
How to Install pygame
You can install pygame using pip
pip install pygame
or add it to a project with poetry
poetry add pygame
Package Details
- Author
- A community project.
- License
- LGPL
- Homepage
- https://www.pygame.org
- PyPi
- https://pypi.org/project/pygame/
- GitHub Repo
- https://github.com/pygame/pygame
Classifiers
- Games/Entertainment
- Multimedia/Graphics
- Multimedia/Graphics/Capture/Digital Camera
- Multimedia/Graphics/Capture/Screen Capture
- Multimedia/Graphics/Graphics Conversion
- Multimedia/Graphics/Viewers
- Multimedia/Sound/Audio
- Multimedia/Sound/Audio/MIDI
- Multimedia/Sound/Audio/Players
Related Packages
Errors
A list of common pygame errors.
Code Examples
Here are some pygame
code examples and snippets.
GitHub Issues
The pygame package has 404 open issues on GitHub
- Adding get_flags in pygame.display
- pygame.display.init fails if not started by root on Raspberry Pi
- Add
__new__
and__init__
functions for some types - adding missing copy test for Vector3
- Fix stubtest warnings, run stubtest on CI
- pygame for iOS
- Added support for complex numbers for Vector2
- Vector subclassing
- Round floating point values to integers in rect property assignment
- Pygame support for python "complex" type
- Mouse click event appear twice in touchscreen
- Added strikethrough option to Font
- Add a .clamp_magnitude() to Vector2 and Vector3
- Rect collidelistall unittests added and updated docs to document different argument types
- SIMD version of BLEND_RGBA_MULT for 32bit surfaces