Skip to main content

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

thank you VERY much for the feedback!!!

for the names -- if i put names on the planters the map will be messy. even now when log of fleets are flying sometimes looks extremly messy. but maybe we can put zoom on the map and then we can see the name - will try to find some solution

No right-click menus - valid point - we can add some small context menu (Attack / Upgrades/tech) or something like this.

No music - big gap - known :) 

for the battles we use simple formula:

in example --> 50 vs 20 (no special bonuses)

attackerBase = 50 × 10 = 500

defenderBase = 20 × 12 = 240

+ defender home position 0.20 → defender ≈ 240 × 1.20 = 288

(assume random ≈ 1.0, no attack/def stats)

attackerFinal ≈ 500

defenderFinal ≈ 288

total ≈ 788

winMargin ≈ 500/788 ≈ 0.635

survivalRate ≈ 0.3 + 0.5×0.635 ≈ 0.617

attacker survivors ≈ floor(50 × 0.617) = 30

attacker losses ≈ 20

defender losses ≈ 20

no tool tips explaining what every stat means - mystery stats no idea what they mean or represent - we have difficulty to add everything on the screen - any suggestions are welcome.

thank you again for evaluating our game!!!!!!