Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Game plays pretty well, lots of fun to slowly figure out strategies. Some enemies could really use a tooltip that explains their special abilities! Desolator, for example, appears to discard one card form your hand every turn, and necromancer occasionally summons more enemies. I had no way to know this or plan for it until it happened.

I've also encountered a bug where the stairs to leave the arena don't work, and one where shops can't be accessed. In both cases the game throws the error message "ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index" Both of these only happened when I was playing as a fairy.

(+1)

You can right-click on the enemy to see his info (along with special effects!) - it's not really communicated in the game, as there is no tutorial yet, sorry :)

Thank you for the bug report, I will look into that.

Can you make it a button or allow keybinds as you need a mouse to easily view their effects

Are you playing on mobile? This game is not really targetted for mobile devices.

I doubt I will find time for this, but will think about it.

No, but I'm playing on a laptop without a mouse, so it's pretty inconvenient to use some controls 

It's because your handler for right-click is wrong, it doesn't work correctly on trackpads (eg many laptops, depends on the driver). This is a well-known problem in Unity input that it's easy to get wrong (due to poor docs from Unity).

Thanks for pointing that out, I wasn't aware of this issue.

Should be fixed before full release.