Hidden Bog
an sdl2 based rpg Hidden Bog, is a grid based 2D rpg, where the player moves in a hand drawn First Person world.
You arrived in the town of Hamsford answering the lords call, for adventurers. The town of Hamsford is sinking into a mysterious bog that appeared in the last rainy season.
TODOS: *Need a collection of portraits for the character selection. - the code is there just need better portraits *create code for a message box
Enemies
- (d)Tentacle worm
- (d)Wretched undead
- (d) pirate
- Drowned rodent
- Thief
- Rampaging peasant
=============================================== Required to Compile: hidden bog needs some basic SDL2 libraries to run and their development libraries to compile. See SDL documentation for additional info https://wiki.libsdl.org/Installation#Linux.2FUnix SDL2 development libs Mint/Ubuntu sudo apt-get install libsdl2-2.0 libsdl2-ttf-dev libsdl2-ttf-2.0-0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-image-dev Required to run: sdl2 sdl2-image sdl2-ttf Experimental code sqlite3