Introduction to game states

This part will show how the different states are defined and how the players move from one state to another, and the logic behind game state actions.

All states will be defined using the following template:

  1. A reminder of the states’ properties will be shown.

  2. A brief summary of the state’s role will be given.

  3. If needed, a more detailed writeup of the state’s role and functions will be displayed.

  4. If applicable, what happens when a zombie player reaches the state.