| ... | ... | @@ -99,9 +99,9 @@ At all points in the game, the players have access to a shared state, ```self.ga | 
|  |  |  | 
|  |  | * phase - the current phase of the game (preparing / selection / voting / mission / announcing) | 
|  |  | * turn - the mission number (1 to 5) | 
|  |  | * tries - the current attempt number (1 to 5) | 
|  |  | * wins - the current number of resistance wins (0 to 3) | 
|  |  | * losses - the current number of spy wins (0 to 3) | 
|  |  | * tries - the current attempt number (1 to 5) during the current turn.  Remember if 5 tries at building a team area ll voted down, the spies win the game. | 
|  |  | * wins - the current number of resistance wins (0 to 3). If this reaches 3 then the Resistance win. | 
|  |  | * losses - the current number of spy wins (0 to 3). If this reaches 3 then the Spies win. | 
|  |  | * leader - the current mission leader | 
|  |  | * team - the currently selected team | 
|  |  | * players - all players currently in the game | 
| ... | ... |  |