MiniLD #51compo
Rapid Pygame
Rapid Pygame is a set of classes and tools designed accelerate the game development process when using Pygame. It allows developers to focus more on gameplay features rather than basic components when the time constrain is not generous.
Features
- Tile map parsing
- Easy relative image loading
- Collision based level manager
- Built-in movement engine
- Player animation
Mostly its just code that I find myself typing in again and again. This jam gives me a reason to improve and consolidate those code.
I doubt anyone will use this except for me, but I spent a lot of effort writing the docs for this project :)
(If Pygame isn't alienating enough, this also require Python 3+)
Features
- Tile map parsing
- Easy relative image loading
- Collision based level manager
- Built-in movement engine
- Player animation
Mostly its just code that I find myself typing in again and again. This jam gives me a reason to improve and consolidate those code.
I doubt anyone will use this except for me, but I spent a lot of effort writing the docs for this project :)
(If Pygame isn't alienating enough, this also require Python 3+)

