Svindler Game

Room: {{gameId}}
Round {{gameState?.roundNumber}} of {{gameState?.totalRounds}}
{{timeRemaining}} seconds remaining

Descriptions

Round {{round}}
{{getPlayerName(desc.playerId)}}: {{desc.text}}
No descriptions yet

The Secret Term is:

{{gameState?.secretTerm}}

You are the Impostor!

Try to figure out the term from other players' descriptions!

It's Your Turn!

Provide a description for the term without being too obvious

{{getPlayerName(gameState?.currentTurnPlayerId || '')}} is taking their turn...

Wait for them to submit a description

Who is the Impostor?

Vote for the player you think doesn't know the secret term

{{player.username}}

You voted for: {{selectedVote}}

Waiting for other players to vote...

Voting Status

{{player.username}} ✓ Voted Thinking...

The Impostor was: {{getPlayerName(gameState?.impostorId || '')}}

Make your final guess! What was the secret term?

You guessed: {{gameState?.impostorGuess}}

Waiting for {{getPlayerName(gameState?.impostorId || '')}} to guess the secret term...

{{getPlayerName(gameState?.impostorId || '')}} guessed: {{gameState?.impostorGuess}}

The secret term was: {{gameState?.secretTerm}}

The impostor guessed correctly! The impostor wins!

The impostor guessed incorrectly! The players win!

Game Over

The impostor wins! Players voted for {{getPlayerName(gameState?.most_voted_player || '')}} instead of {{getPlayerName(gameState?.impostorId || '')}}.

The players win! The impostor guessed "{{gameState?.impostorGuess}}", but the correct term was "{{gameState?.secretTerm}}".

The secret term was: {{gameState?.secretTerm}}
The impostor was: {{getPlayerName(gameState?.impostorId || '')}}

Players

{{player.username}} (You) (Impostor)