This project was made for 2020's A Game by Its Cover Jam. It is a simple 2D platformer game with a couple of levels and some achievements to be collected. A download for the game can be found over on itch.io, the game is also playable in browser on the same page.
The game was developed in C++17 using the SDL2 library. Not long after the jam was completed the game was ported to the web using emscripten.
Run the build/win32/build.bat
file in order to build the application.
The script supports Visual Studio. By commenting out certain lines in the file
build/win32/utility/buildvars.bat
you can control which type of build to
compile (Debug/Release x86/x64). C++17 is required and all of the external
dependencies are provided with the repo.
Run the build/web/build.bat
file in order to build the application. This
requires emscripten to be setup in order for the build to work. C++17 is
required and all of the external dependencies are provided with the repo.
The project's code is available under the MIT License.