SDL SPOOKY PLATFORMER ENGINE
0.2.0
An implementation of a platformer using sdl, implemented using an entity component system and efficient collision management.
|
Directories | |
directory | component_system |
directory | resource_management |
directory | utils |
Files | |
file | Engine.hpp [code] |
file | GameManager.hpp [code] |
file | GraphicsEngineRenderer.hpp [code] |
file | InputManager.hpp [code] |
file | TickTimer.hpp [code] |
file | TinyMath.hpp [code] |