Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you very much for a thorough feedback to our game.

The looks of the tutorial is currently a high priority item on my TODO list, but I intended to rework it completely and change it into some kind of dialogue (similar to the ones you see after defeating each monster for the first time) so it will take me some time to do that.

As for the overflowing numbers, do you mean in the combat stats UI? The rework on these parts is scheduled as well, I practically did not touch this since the GMTK jam ended, so it sure need some polish. I also intend to rework the combat animations so it is more readable what is going on, including all those flashy red negative numbers indicating damage and so on. If only there was more time!

You are right, that the strategy is mostly "put the big numbers in the squares". It gets a bit nuanced later on because you might want to save leveled up dice for another round if your roll was a bit unlucky but I agree that some element that would let you strategize a bit more would improve the gameplay significantly. It got a bit better when I introduced the monster abilities (these were not there for the GMTK submission), but it's still pretty much in the "use big numbers, don't use small numbers" state. I am thinking of adding elemental dice that would work better when paired with the right action but I also don't want the planning phase to become some tedious overoptimization until the best solution is found.

The diceholder has not been tested all that much since I added his mind control ability, so there is a real possibility he is currently too OP and would deserve a nerf. As for distinct hero roles, this was one of the more difficult parts of game design, because when we initially had the hero actions very distinct and characteristic, the game was not playable because you'd often roll useless actions (too much defense and heal and not enough attack). By adding more attacks though, the heroes lost a bit of their distinctiveness. I am not really sure how to solve this properly, maybe we could have more than 1 or 2 symbols per hero face (like 2-4 on each hero every turn)?

Yeah by overflow I meant topleft corner where the stats are. They overlapped over the icons a bit.  I also thought maybe one neat thing you could do would be if your max health was the number of faces on all the rolling dice, that way your health increased overtime and it would make higher rolls for meaningful for healing. Idk how you would represent rolling dice HP though, would they all have their own health bars? It'd be kind of weird for the dice to have their health bars but not the characters.

Ooh, but that is actually a very good idea. If the dice themselve have "health" it would solve a lot of the current gameplay issues:

  • It would incetivise the use of low roll dice to soak up damage.
  • It would mitigate the effect of "unlucky" roll of no defense.
  • It would make up for more interesting combat by changing the strategy throughout the game. At first, all dice are fully healed, later they are damaged and must be used carefuly.

There's couple of problems that would need to be solved though:

  • Monster attack would have to be stronger to balance out "more health" of the player. How to balance player's defense along with it?
  • How would heal work? Currently it revives dead mana, would the new heal only heal damaged mana or only revive dead, or both? How to differentiate it substantially from defense?
  • I think it could be interesting and perhaps even more intuitive if the same system worked for monsters too. They could have some "red" mana dice they would roll and use each turn and when all their mana dice are dead, they are defeated.
  • How to display mana health on the screen? I think a healthbar for each die would be too cluttered, maybe a fill of the grayed out dead mana? Radial or linear? Would it reduce readability of the numbers?

Thanks for the suggestion, this could be fun to implement and it's a lot to think about.