Skip to content
Loading image: § 5.4 - One core loop drives gameplay. § 5.4 - One core loop drives gameplay.

§ 5.4 - One core loop drives gameplay.

In general, a game should have one central loop of actions.

In general, a game should have one central loop of actions.

It is best to avoid multiple phases of play where the activities of the players shift dramatically.

This core loop should be as simple and intuitive as possible. It should be easy to list out in a 1, 2, 3… sequence on your reference card.

Back to top