JROB774 / brick-and-blood

A simple survival game made for 2020's Secret Santa Jam.

Home Page:https://jrob774.itch.io/brick-and-blood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BRICK AND BLOOD (Secret Santa Jam)

This project was made for 2020's Secret Santa Jam. It is a simple 2D turn-based top-down survival game (more of a prototype than a fully fleshed out experience). 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. 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.

Attribution

The art assets are public domain assets from the 1-Bit Asset Pack made by Kenney.

The game font is the pixel art font Weiholmir made by JustFredrik.

The title font is the, free for personal use, font billieBob made by JOEBOB graphics.

License

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

About

A simple survival game made for 2020's Secret Santa Jam.

https://jrob774.itch.io/brick-and-blood

License:MIT License


Languages

Language:C++ 99.8%Language:Batchfile 0.2%Language:HTML 0.0%