Welcome, {{ username }}

Your Avatar

Private

Only players with Room ID can join

Public

Anyone can see and join your room

Protected

Public room with password protection

Available Rooms

No public rooms available. Create your own!
{{ publicRoom.id }} Password Protected
Host: {{ publicRoom.hostName }}

Room Created!

Share this Room ID with your friend:

{{ roomId }}

{{ waitingMessage }}

Player Avatar {{ player.username }} Ready!
Player X
{{ getPlayerName('X') }} X
VS
Player O
{{ getPlayerName('O') }} O
{{ gameStatus }}
X O
🏳️
Both players are ready!

Game Results

You Won! 🏆 You Lost 😢 It's a Draw 🤝

Your Stats

Games Played: {{ gameStats ? gameStats.gamesPlayed : 0 }}
Wins: {{ gameStats ? gameStats.wins : 0 }}
Win Rate: {{ gameStats ? getWinRate(gameStats) : 0 }}%

Opponent

Opponent Avatar
{{ room.peers[opponentId]?.username || 'Unknown' }}
{{ toastMessage }}