Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I enjoyed the turn-based combat mechanics in the game. It's impressive that such a complex feature was implemented in a game jam. However, I found it slightly challenging to comprehend the enemy health and attack order. I managed to survive with just one character.

Yeah i get that its difficult to understand what the enemies are doing since they enemies make their decision as fast as the AI finds a satisfiable condition, i was trying to implement a coroutine to make the AI wait a few seconds before the next turn by that caused big lag spikes in the browser so i ended up not submitting