Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This is really nice! I loved exploring all the different combinations of elements and reading their text. I lost my first game and won my second.

This is really programmed in C? I’d love to “see” the source code after the jam, if you’d let me! That sounds like a lot of fun to go through and see how you did things. This is seriously impressive in the limited time you had available.

One change to the game that I’d like to see is damage numbers flying off for each hit, as well as immunity trackers, so I know how much damage I’m doing and why it’s that much.

By the way, trying to run the Linux version tells me this: ./Dicey Mage: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34’ not found (required by ./Dicey Mage) I don’t know what to do about this, so I used the Windows version instead.

Thanks for the fun!

(+1)

Thank you so much ^-^! Yeah I will release the source code once the voting period ends, though the game logic part of it is especially messy since I really had to rush it due to my lack of art skills (I spent like 60-70% of the jam creating the art). As for the Linux bug, it might be because I hadn't updated my system when I compiled it or because you haven't updated yours, I am not quite sure. It's basically a miss-match between the standard library which really shouldn't ever happen (the whole point of the standard library is to be easily portable). It might also be because I forgot to include the sdl.so file but the error doesn't say that so ¯\_(ツ)_/¯

I've added a link to the code to the game's page

Thank you!