This is a side scroller engine that can be used to build games like Super Mario Bros.
- 2D rendering with static background
- Text file as map detail allowing easy editing of objects
- AABB based collision detection
- Multi platform (Windows, MacOS and GNU Linux)
- SDL2 for rendering and platform Abstraction
- SDL mixer for sound
- SDL ttf for font rendering
- Cmake as build system
Regular updates are shared as videos. Check out at:
After installing the dependencies
$ mkdir build
$ cd build
$ cmake ../
wasd
or arrow keys for walking.space
for jumping.