Hi!
Im making a turnbased strategy game were players move around armies on a map. How would this work with (preferably) simultaneous turns?
Do players move there armies at the same time, and (since there is battles when armies meet) it's first come first serve? Meaning when a new turn starts, all armies refills their movement and the player who moves first simply moves first (actions are resolved directly).
Or would all players assign orders, and when complete, all actions resolves in a seperate "mid-turn phase" where no players have the ability to interact further?
The second one seems more fair but also makes the game slower.