CONNECTING...

KNOW YOUR FRIENDS

The game of knowing your friends slightly better.

OR

ROUND {{ state.config.roundNumber }}

{{ state.config.roundTitle }}

{{ state.config.roundDescription }}

GAME LOBBY

CODE: {{ currentLobbyKey || inputLobbyKey || '???' }} 📋
{{ getAvatarEmoji(av) }}
{{ getAvatarEmoji(myPlayer.avatar) }}
{{ myPlayer.name }}

Connected Players

{{ getAvatarEmoji(p.avatar) }} {{ p.name }}
Waiting for players (3+ needed)...

REJOIN GAME

ROUND {{ state.config.currentQuestionIndex + 1 }}
REF: {{ getPlayerName(state.config.currentReferencePlayerId) }}
{{ getAvatarEmoji(p.avatar) }} {{ p.score }}
🏆 Top 3 guessers get 3, 2, and 1 points
Rate this based on YOUR honest opinion
Where do you think {{ getAvatarEmoji(state.players[state.config.currentReferencePlayerId].avatar) }} {{ getPlayerName(state.config.currentReferencePlayerId) }} would rate this?

{{ state.config.question.prompt }}

{{ state.config.question.leftLabel }} {{ state.config.question.rightLabel }}
{{ getAvatarEmoji(state.players[state.config.currentReferencePlayerId].avatar) }}
{{ getAvatarEmoji(p.avatar) }}
{{ getAvatarEmoji(p.avatar) }}
{{ getAvatarEmoji(voter.avatar) }}
🤔
Waiting for {{ totalGuessers - submittedCount }} players...
Waiting for {{ getAvatarEmoji(state.players[state.config.currentReferencePlayerId].avatar) }} {{ getPlayerName(state.config.currentReferencePlayerId) }}
🔒
Guess Locked
Waiting for {{ getAvatarEmoji(state.players[state.config.currentReferencePlayerId].avatar) }} {{ getPlayerName(state.config.currentReferencePlayerId) }}
You Voted For
{{ getAvatarEmoji(state.players[myPlayer.currentGuess].avatar) }}

GAME OVER

#{{index + 1}} {{ getAvatarEmoji(p.avatar) }} {{ p.name }}
{{ p.score }}
Code copied to clipboard!