项目作者: mealen
项目描述 :
A side scroller project
高级语言: C++
项目地址: git://github.com/mealen/sideScroller.git
This is a side scroller engine that can be used to build games like Super Mario Bros.
Feature Overview
- 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)
Technology Stack
- 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:

Building
After installing the dependencies
$ mkdir build
$ cd build
$ cmake ../
Running
In Application:
wasd
or arrow keys for walking.space
for jumping.