Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for the report 💯 I basically agree with everything you say.

  1. Yes I have considered this, and you are likely right. Most card games have a mana system, and there's a good reason for it. I'm considering adding it. Currently I'm automatizing checking that the game is balanced. Once I have this, I can go on complexifying the game, being sure my automated tests will tell me if I break the balance.

    Regarding used cards, I like having them going to the "Discarded" stack and then going to the "Stack" stack (the one from which cards are drawn), as in Slay the Spire. This may not have been obvious because the decks are small for the moment.
  2. Yup I could do that, it's just that I didn't do it yet :-)
  3. If you hover on the skills (like Discipline, Long Reach, etc.) it should show the description in an hover. Sometimes you need to click on the game's background for it to work (a focus issue likely).
  4. At the moment you draw the same amount of cards every game, 3 IIRC. It seems right, I don't want too low (because cards die quickly) and not too much (so that the hand stays understandable) either.