Platformer game written in C++. I used Tiled for the map creation and objects positioning.
- SDL-1.2.15 for rendering.
- libtmx for map loading. libtmx needs :
- libxml2 to parse the tmx file.
- zlib-1.2.3 to decompress tmx file. Optional, because the map file can be exported uncompressed.