Update docs

This commit is contained in:
Eden Kirin
2023-05-11 19:42:11 +02:00
parent b2a132a002
commit 78c3286c17

View File

@ -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