🎮 Nouvelle partie
⚙️ Configuration
👥 Joueurs ({{ players.length }}/12)
{{ player.name }}
Aucun joueur ajouté
Ajoutez au moins 3 joueurs pour commencer
{{ error }}
💾 Parties sauvegardées
Aucune partie sauvegardée
Vos parties apparaîtront ici
{{ formatDate(game.createdAt) }}
{{ game.status === 'playing' ? '▶️ En cours' : '✅ Terminée' }}
Tour
{{ game.currentTurn }}/15
Joueurs
{{ game.playerCount }}
{{ game.playerNames }}
🏆 Résultats
{{ index + 1 }}.
{{ player.name }}
😊 {{ player.happiness }}
({{ player.points }} pts)
🏁
💀
⚙️ Administration
📊 Statistiques
{{ savedGames.length }}
Parties totales
{{ savedGames.filter(g => g.status === 'playing').length }}
En cours
{{ savedGames.filter(g => g.status === 'finished').length }}
Terminées
👤 Profil administrateur
Email: {{ currentUser?.email }}
Nom: {{ currentUser?.username }}
Rôle: Administrateur