/dog

A simple platformer made for 2020's A Game by Its Cover Jam.

Primary LanguageC++MIT LicenseMIT

DOG! (A Game by Its Cover Jam 2020)

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.

Development

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.

Building

Windows

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.

Web

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.

License

The project's code is available under the MIT License.