Linked from
The 16 pages that link to Game state, each with the reason it gives.
Game mechanicsRelated: Mechanics transform the game state in response to player actions and events.
Game designRelated: Design systems transform the game state in response to player actions.
Game rulesRelated: Rules specify which game states are possible and how play moves between them.
Turn-based gameNarrower topic: Each turn changes the state that later actions must account for.
Game loopRelated: Each update changes this state, which determines what the game displays.
Game (play)Related: Actions change the state from which later choices are made.
GameplayRelated: Player actions change the state that gameplay responds to.
Saved gameNarrower topic: A save captures some portion of the game's state for later restoration.