/simple-game-engine

Simple Game Engine using SDL2.

Primary LanguageC++

simple-game-engine

Simple Game Engine using SDL2. The Jump game in this repo has been published at https://chesetti.itch.io/jump-game.

Build instructions for Linux.

Make sure SDL2, SDL2_image, and SDL2_TTF libraries are installed.

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./game

Build instructions for Windows.

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.