项目作者: mealen

项目描述 :
A side scroller project
高级语言: C++
项目地址: git://github.com/mealen/sideScroller.git
创建时间: 2017-10-29T22:09:11Z
项目社区:https://github.com/mealen/sideScroller

开源协议:

下载


Side Scroller Engine

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:
Side scroller Version 0.1f

Building

After installing the dependencies

  1. $ mkdir build
  2. $ cd build
  3. $ cmake ../

Running

In Application:

  • wasd or arrow keys for walking.
  • space for jumping.