Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

The visual are nice, I really like the lighting, animation of the cards and the attacks. The boss are really cool, there are so many different bosses and each of them have a second phase which different attacks. The music are nice too, basically everthing makes sense.

The gameplay are cool, the card based attacks are really interesting, tho there is a bug where if you selected a path and spamming space, the level will not start and keep adding more, and you will get something like this:

Maybe your code is something like when the path button is pressed it add one to the level number, and then you didn't disable the button when it playing the pressed animation so it can be pressed again mid animation and run the code again and restart the animation? Also im not sure if it is also related to this or Im just didn't realized it before but the boss can jumped out of the platform after that. 

But still, really cool game!

(+1)

Thanks for the review!

You're right! That is actually how the system works. But, after it's pressed, mouse input should be blocked. I suspect that when pressing the button, it becomes focused, at which point, ui_enter inputs (which is space and enter) would trigger presses again despite mouse input being blocked. Anyway, the bug should be fixed easily.

As for the boss going beyond the platform, that's actually something we're aware of and decided to put at the bottom of the polish list as it didn't seem to disrupt gameplay too much, though we will find a way to deal with that too if we decide to develop the game further.

Thanks for reporting the bug! I'm impressed you pressed space 126 times just to show that lol