Skip to main content

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

These are great critiques, the UI was without a doubt (one of) my least developed aspects. I have absolutely no disagreements with your proposed changes, they're getting filed away for the next update. Post-mortem I do wish I had spent more time on the UI/UX, though I suppose in a Jam you might always wish that, haha.

In a future build, I do very much intend to include potential formation mechanics, as well as some actual unit-on-unit avoidance, which I think is one of the worst achilles for the gameplay. I have a LOT to learn about navigational coding and vector math to iron that out.

Zero-K looks a lot like Supreme Commander which I've loved for years, surprised I've never heard of it. I'm definitely checking it out. Thanks a ton for the feedback!

(+1)

For movement behaviors, I highly recommend checking out this GDC paper on steering: https://www.red3d.com/cwr/steer/gdc99/ It’s a very good intro to a simple vector math application PLUS it describes many of the behaviors required for good agent-based movement you’d use in a game like this. E.G: Alignment: image.png