Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you very much <3

We use Godot, so we use the godot node architecture. Moreover, the core of the game is a state machine, and  we change the state by sending signals (observer pattern provide by godot) when we intercept an event.

Oh, Godot? Well, it's still appreciated anyway. I was expecting a Unity, but this is fine nonetheless. The basic concept should be the same.