SDL-Game An sdl platformer that's a lot like melee but not quite. Compilation The project uses CMake in order to build. Compilation steps are below: mkdir build cd build cmake .. make