Up until now, we've not concerned ourselves with what happens in between our players actions. We want to craft our game to use a kind of turn-based system, where all active AI-driven Things take their turn after the player takes their turn.
First we want to clarify what exactly constitutes "taking your turn". In short, each guy can perform one Action on their turn. So we need to clarify what is an Action? So far we have two:
Up until now, we've not concerned ourselves with what happens in between our players actions. We want to craft our game to use a kind of turn-based system, where all active AI-driven Things take their turn after the player takes their turn.