Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

It was really fun playing this game. I also played the Age of War games quite a bit back in the day :)

Here's a few notes or suggestions :

- The units' lifebars are not always visible when there are a lot of units packed in an area. I'd suggest making them render always in front of the character units (I don't anything about Godot, but in Unity you would use the Sorting Layers for that). And maybe above the units instead of below them ? But that's more of a personnal preference really^^

- A nice addition would be some tooltips or other way to display some extra informations about the units and the upgrades so the player knows exactly what he's choosing. For example, I had no idea what the Rogue did until I read your devlog. And I'm still not sure what the upgrade with a lighting symbol does. Increase movement speed or attack speed ? Or something else ?

- Taking things one step further, a whole stat sheet system would be great. You could see the stats (life, damage ...) of each units and their increase when you purchase an upgrade.

- For the buttons spawning the units, an option (like a sub button or something) to spawn the maximum number of units you can all at once would be great. A strategy I would often use would be to wait as long as possible and then spawn all the units at once so they'd stay grouped up together.

A solid entry overall, good work !

Thank you for your detailed review and suggestions!

For the Life bar I'm not sure of what to do .. I don't want to make the take too much of the screen space and at the same time I know it's not ideal as it is. I'll follow your hints and see how it goes.

I'll do some tooltip for the Units / Stats for sure it's on my to-do list since the beginning I just have to find a way of keeping the Interface as simple as I can (I would like to ship the game on mobile without too much modifications) but yes it's needed ! I might incorporate all of that in the pause menu or directly in game what do you think ?

And lastly buying multiple Units at once it also a feature I fill missing. I have even the code ready for that as it was a bug I fixed not so long ago ^^.

Thank you again !

(2 edits)

Ahh, if you wanna make it work for mobile I understand it might be a bit tricky. I imagine the unit's stats would need to be displayed in the "Unlocks" window (so that players know what they are buying) and also in game. It could be just a small "Info" button next to the unit's symbol that open a new small window with stats. I'm honestly not sure about the best way to do it especially if it needs to work on mobile. Something to experiment with... :)