The Case for One Move Per Turn
Restricting players to one move per turn has many advantages in turn-based board games. It simplifies turns, prevents leaders from running away from the game, and makes future actions more predictable. The key is to implement it in a way that does not frustrate players who want to accomplish more per turn.
The most obvious advantage of one-move-per-turn is how it simplifies gameplay. When players can take multiple actions in the same turn, they must remember how many or which actions they have taken. Restricting them to a single action solves this because once they act, they know their turn is over. This eliminates the memory burden and the need for components to track actions.
Restricting actions also prevents runaway leaders by separating success from actions. This is especially true in attrition games like miniatures wargames. In Heroscape, for example, each player can activate only one hero or squad per turn but can activate the same unit multiple times in a round. This means even if a player has only one unit left, they have the same number of actions as their opponent, making a comeback possible. If actions depend on unit count or another success metric, success and failure compound.
When each player can do only one thing per turn, it becomes possible to predict how your opponent will react, making games more interactive. For example, in chess, pieces protect each other because your opponent knows capturing one invites retaliation. The more actions a player can take, the harder it is to predict their moves, and players may stop trying to model behavior, reducing interactivity.
With all the advantages of one move per turn, the biggest risk is that players feel frustrated by limits on their turn, making the game feel slow. This is a symptom of a bigger problem: players disengaging when it is not their turn. The root problem is downtime, not pacing.
You can address this as you do downtime in general: by providing choices that create emotional investment in other parts of the game, through mechanics like follow actions or interactions on a shared board. It does not matter how much or little a player does on their turn if they care about what happens during their opponent's turns.
Comments ()