Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!