Jugadores Conectados
{{ stats.connectedPlayers }}
Juegos Activos
{{ stats.activeGames }}
Ronda Actual
{{ stats.currentRound }}
Estado del Juego
{{ gameStateDisplay }}
Controles del Juego
Jugadores Activos ({{ stats.players.length }})
No hay jugadores conectados
{{ player.name }}
Sala: {{ player.roomId?.substring(0, 8) || 'N/A' }}
Rol: {{ player.producerRole }}
Puntos: {{ player.points }}
🦃 {{ player.tokens.turkeys }}
☕ {{ player.tokens.coffee }}
🌽 {{ player.tokens.corn }}
Salas Activas ({{ stats.rooms.length }})
No hay salas activas
Sala: {{ room.roomId.substring(0, 8) }}
Jugadores: {{ room.players }}/{{ room.maxPlayers }}
Estado: {{ room.locked ? 'Cerrada' : 'Abierta' }}
Fase: {{ room.metadata?.gamePhase || 'N/A' }}