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
- Host: GitHub
- URL: https://github.com/aedart/sdl2-platformer-engine
- Owner: aedart
- License: bsd-3-clause
- Created: 2024-12-20T13:45:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T13:40:50.000Z (over 1 year ago)
- Last Synced: 2025-02-13T15:17:16.251Z (over 1 year ago)
- Language: C++
- Size: 416 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.