Lich's Larder
A downloadable game for Windows
Lich's Larder is a 7DRL roguelike in a tradition terminal style.
Created in 7 days, phew!
Technologies used: C++17 libtcod 1.24 SDL2.
Controls found within the game itself!
VCRedist zip provided if required.
Known issues: console window may open, just minimise or ignore it. I couldn't get cmake to play ball with release.
Comments
Log in with itch.io to leave a comment.
Overall I'm very happy with this. It was a lot of work in 7 days. I created a basic engine in C++17 libtcod 1.24 SDL2 beforehand to prepare. Granted, most of it needed rewriting day 1! I used Lua with Sol2 to make it easier for me to add items and mobs. Realised afterwards that adding Lua might enable light moddability! (untested).
Known issues:
Things I wanted to add but ran out of time:
Pain points: