Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradylangdale/pygamengine
A Python Based Game Engine using Pygame, Box2D & Tiled
https://github.com/bradylangdale/pygamengine
Last synced: 23 days ago
JSON representation
A Python Based Game Engine using Pygame, Box2D & Tiled
- Host: GitHub
- URL: https://github.com/bradylangdale/pygamengine
- Owner: bradylangdale
- License: mit
- Created: 2020-09-05T05:25:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T23:04:03.000Z (over 4 years ago)
- Last Synced: 2024-11-07T15:53:10.757Z (2 months ago)
- Language: Python
- Size: 66.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A Python based game engine using Pygame for graphics, Box2D for full 2D physics, and Tiled for easy mapping.
The engine allows a user to easily create a game and even expand the engine.
The current code contains a fun example you can try out.Includes Built-in:
- UI elements
- UI auto generates a texture unless an image is given
- Key Event Management
- State Manager
- Full 2D Physics
- Map Loading
- And much much more!