Update docs
This commit is contained in:
@ -44,8 +44,7 @@ state "Product Selected" as ProductSelected
|
|||||||
state "Selection Timeout" as SelectionTimeout
|
state "Selection Timeout" as SelectionTimeout
|
||||||
state "End Player's Game" as EndPlayer
|
state "End Player's Game" as EndPlayer
|
||||||
state "Lock Game" as LockGame <<end>>
|
state "Lock Game" as LockGame <<end>>
|
||||||
state "End Game" as EndGame <<end>>
|
state "Unlock game and restart" as UnlockGame <<end>>
|
||||||
state "Unlock game" as UnlockGame <<end>>
|
|
||||||
|
|
||||||
[*] -> StartGame
|
[*] -> StartGame
|
||||||
StartGame -> MovePlayer
|
StartGame -> MovePlayer
|
||||||
@ -55,9 +54,9 @@ DestinationReached --> ProductSelection
|
|||||||
DestinationReached -> LockGame: Lock game for all other players
|
DestinationReached -> LockGame: Lock game for all other players
|
||||||
ProductSelection --> ProductSelected
|
ProductSelection --> ProductSelected
|
||||||
ProductSelection --> SelectionTimeout
|
ProductSelection --> SelectionTimeout
|
||||||
ProductSelected --> EndGame: End game\nfor all players
|
ProductSelected --> UnlockGame: Unlock game\nand restart
|
||||||
SelectionTimeout -> EndPlayer
|
SelectionTimeout -> EndPlayer
|
||||||
EndPlayer --> UnlockGame: Unlock game\n for all players
|
EndPlayer --> UnlockGame: Unlock game\nand restart
|
||||||
```
|
```
|
||||||
|
|
||||||
## FairHopper Game Server
|
## FairHopper Game Server
|
||||||
|
|||||||
Reference in New Issue
Block a user