This game was created during the first RIVES game jam to demonstrate RIV API. This was intentionally made in pure C to demonstrate RIV API and capabilities.
You can play it in your browser here.
The code was typed fast during a game jam in 3 days, it should not be used seriously as base for a serious game. Files:
blabebomber.c- the game implementationgfx.h- configuration of objects and its graphicssfx.h- configuration of sound effectsmaps.h- all level maps, mapped by Tiled map editor, then generated from a Lua scriptutils.h- some math utilities
The maps were designed inside Tiled map editor and can be found in maps directory, all of them were converted to .lua files, then to maps.h file using a minimal lua script in maps/conv.lua.
First make sure you have the RIV SDK installed in your environment, then just type make to compile.
You can also play it by typing make run.
- edubart - programming & sound design
- isabella - level design & pixel art
The original sprites are based on https://o-lobster.itch.io/simple-dungeon-crawler-16x16-pixel-pack free pixel pack, and credits goes to o_lobster .
edubart - programming & sound design isabella - level design & pixel art
The sprites are based on https://o-lobster.itch.io/simple-dungeon-crawler-16x16-pixel-pack