Simple Game Engine using SDL2. The Jump game in this repo has been published at https://chesetti.itch.io/jump-game.
Make sure SDL2, SDL2_image, and SDL2_TTF libraries are installed.
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./game
Download dependencies, unzip and place it under the top directory.
Then run cmake, generate the project using Visual Studio 15. Use Visual Studio to build the generated sln.