CreateJoinStart
It is your turn, make a guess:
Die value:
GuessCall
Game created!Game joined, now waiting or game to start
PlayerId: {{ playerId }}
Players:
- {{ player.name }}
The game has started, lets go! You lost the previous round!
Round: {{ currentRound.number + 1 }}
Turn: {{ lastTurn ? lastTurn.number + 2 : 1 }}
Your throw:
Last guesses:
Someone else is playing, waiting for your turn
Players:
-{{ player.hash === gameStateObject.currentPlayer.hash ? '>' : '-' }}{{ player.name }}
The game is over, the winner is: {{ gameStateObject.currentPlayer.name }}