CatEngine++ is a rework of my older C# engine in C++, using SDL2.
It's a fairly low-level and simple engine, suitable for my own needs.
Features:
- Entity code managed through a custom bytecode format (BeepScript)
- Palette-based texture format
- old-school tile layer -based level erchitecture