An open API service indexing awesome lists of open source software.

https://github.com/aedart/sdl2-platformer-engine

Demo project to learn writing a 2D Game Engine, C++ / SDL2 programming
https://github.com/aedart/sdl2-platformer-engine

Last synced: over 1 year ago
JSON representation

Demo project to learn writing a 2D Game Engine, C++ / SDL2 programming

Awesome Lists containing this project

README

          

# SDL2 Platformer 2D Engine

Demo project to learn writing a 2D Game Engine, C++ / [SDL2](https://www.libsdl.org/) programming.

## How to install

On Ubuntu / Debian systems, run the `indstall.sh` to install runtime dependencies.

## Versioning

This package follows [Semantic Versioning 2.0.0](http://semver.org/)

## License

[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package.