Play game
Cavers Tale's itch.io pageSuccessful or Incomplete?
Success
Did development of the game take place during the 7DRL Challenge week?
Yes
Is your game a roguelike?
Yes
Turn-based
Yes
Meta-Progression
No
Roguelike Elements
randomly generated levels / items, perma-death, random dialogue, basically everything is random in some way.
Screenshots
Yes
Leave a comment
Log in with itch.io to leave a comment.






Comments
The windows version just opens itself and closes itself.
I tried playing this on Arch Linux but you’re dependent on a bunch of additional libraries. SPIR-V Cross and
libcimgui_sdlgpuin particular, possibly more. I’d recommend static-linking CImgui and just shipping already compiled SPIR-V shaders instead of compiling them on the fly, so long as you’re not procedurally generating those too of course.I got it use SPIR-V Cross installed from the package manager but I gave up when I saw CImgui was also missing, I don’t think the version in the AUR will be what SDL is looking for. Also for some reason it won’t pick up
libdxcompiler.soin the working directory without setting manually withLD_LIBRARY_PATHHopefully somebody else has more luck, this looks very interesting.
yeah I'm using c# so no static linking unfortunately unless I make a wrapper for all the c parts that static links everhrhing, I'll upload a version at some point with all the dependencies and remove cimgui from the build, unfortunately didn't test this all out with my game engine in time for the jam. ideally cimgui and shadercross shouldn't be needed, but things are a bit sloppy atm. thanks for giving it a shot tho!
just uploaded a postjam linux version with everything it needs to play
in its current state, if you still want to try out the jam version you should be able to just take libcimgui_sdlgpu from this one