Messing around and teaching myself godot. In many ways it's a lot simpler than unity but in some other ways it feels more complicated?

In any case I'm having fun.

Art assets from:
https://pixelfrog-assets.itch.io/kings-and-pigs

Kings and Pigs by Pixel Frog

A King vs an army of cute small Pigs

itch.io
@cratesmith I’ve been keeping an eye on Godot - wondering when it’ll be mature enough to be an alternative to Unity. Hell, maybe it’s there now. I’m keen on a more open and game-dev centric engine

@jamesbowling in my mind godot4 is absolutely mature enough though it feels better suited to smaller projects.

Additionally there are a few differences in the psychology that feel very odd coming from other engines.

Gdscript for example is treated more like an asset than code and hard coding local object paths to other objects is encouraged.

Also live editing scripts means that hard coded constants can be good!