Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devincarr/simpleplatformer
A simple platforming game that I am using as a test for a basic 2D engine made using SDL2.
https://github.com/devincarr/simpleplatformer
Last synced: about 2 months ago
JSON representation
A simple platforming game that I am using as a test for a basic 2D engine made using SDL2.
- Host: GitHub
- URL: https://github.com/devincarr/simpleplatformer
- Owner: DevinCarr
- Created: 2015-12-25T05:11:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T02:37:24.000Z (about 9 years ago)
- Last Synced: 2023-08-01T08:28:42.334Z (over 1 year ago)
- Language: C++
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimplePlatformer
A simple platforming game that I am using as a test for a basic 2D engine made using SDL2.Requires SDL2_image and the runtime libraries to compile and run.