Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrob774/brick-and-blood
A simple survival game made for 2020's Secret Santa Jam.
https://github.com/jrob774/brick-and-blood
brick-and-blood cpp cpp17 game game-jam santajam sdl sdl2 secret-santa survival
Last synced: 28 days ago
JSON representation
A simple survival game made for 2020's Secret Santa Jam.
- Host: GitHub
- URL: https://github.com/jrob774/brick-and-blood
- Owner: JROB774
- License: mit
- Created: 2020-11-30T16:26:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T10:50:52.000Z (over 1 year ago)
- Last Synced: 2024-11-06T04:33:27.563Z (3 months ago)
- Topics: brick-and-blood, cpp, cpp17, game, game-jam, santajam, sdl, sdl2, secret-santa, survival
- Language: C++
- Homepage: https://jrob774.itch.io/brick-and-blood
- Size: 5.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BRICK AND BLOOD (Secret Santa Jam)
This project was made for 2020's **[Secret Santa Jam](https://itch.io/jam/secret-santa)**.
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](https://jrob774.itch.io/brick-and-blood)**, the game
is also playable in browser on the same page.## Development
The game was developed in C++17 using the **[SDL2](https://libsdl.org/)** library. The game
was ported to the web using **[emscripten](https://github.com/emscripten-core/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](https://kenney.nl/assets/bit-pack)** made by **[Kenney](https://kenney.nl/)**.
The game font is the pixel art font **[Weiholmir](https://justfredrik.itch.io/weiholmir)** made by **[JustFredrik](https://justfredrik.itch.io/)**.
The title font is the, free for personal use, font **[billieBob](https://www.1001fonts.com/billiebob-font.html)** made by **[JOEBOB graphics](https://www.joebobgraphics.com/)**.
## License
The project's code is available under the **[MIT License](https://github.com/JROB774/santajam/blob/master/LICENSE)**.