Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hi,

First of all the core game loop was quite addictive, even with the knowledge that my "agency" is quite restricted and I highly depend on the "right items combinations" dropping at the right time.

After getting to know most "item combinations" and with little space of 6 card slots it felt like most of the time... i was forced to build whatever the hand had to offer to not get steamrolled by the next enemy and only in rare cases I got the chance to make some descisions like "create healing potion" vs "bread" etc. 

(it would be nice to have a warning like no working item combinations are available right now (just for the prototype)... 

and the possibility to deselect selected card

and the complete stats for the enemy).

Didn't understand how "spells" work they seem just to do a little damage in the next round and not help to progress like permanent stats... for a "no permanent stat" they felt to have much less impact compared to a healing potion so I avoided building them altogether.

Optimizing for the little space on a phone screen is for sure not an easy task - maybe not sure you if it helps you could always let the player draw up to six cards but only allow the player to keep 2 after combinining (to enhance player agency and give some "difficult choices")

Maybe you could also add some "item upgrades"... like adding grass to a "hit" will give a you a poision buff for some time or something

From what I can tell the most "reliable way to win" is to have a high defense stat... otherwise the monsters chance to apply too much damage is too high (but never gone for speed... since I haven't found the right combination now)

I would probably run some simulations and gather statics ...

most simple version:

- automatically draw hand 

- determine possible choices (and track which choices could be made)

- play one ... continue till the game ends

have some "summary stats like ... rounds played till death" choices made

... and some backlog with "more information" like actual players health etc.

Thank you so much for taking the time to leave your feedback - it helps me a lot.

It really motivates me to know you find the game loop addictive; that's the main thing driving me to polish every aspect further.

The combination options right now are super minimal, which is why it feels so weak. I definitely want to add more depth by integrating card levels and combinations, and much better visual feedback for the player (I really need to design a way to show possible combinations). Regarding spells, I only implemented one (deals damage to the enemy at the start of combat) - I definitely need to design more, maybe temporary items associated with elements to add depth to the combat system.

The idea of letting players choose their next resources from a card draft is something I'll definitely add to the game. I think it'll add a lot strategically, and it hadn't occurred to me.

Combining consumables with resources is also something I plan to implement in the future, alongside balancing player and enemy stats.

Thanks so much for your observations and advice - it truly helps me a lot.