Simple platform game to experiment with external level creation via TILED
Dependencies:
SFML box2d
Build:
Well, as this project is somewhat experimental, building routine is tedious and some manual work is required :(
- Download full SFML2.5.1
- Build box2d. As it is downloaded as submodule, follow the instruction in box2d\readme.md
- Specify include an lib paths to installed files for SFML and box2d in project settings
- Specify LD_LIBRARY path to SFML/bin for execution, as it requires .dll (or copy all .dll in output directory)
