diff --git a/frontend/index.html b/frontend/index.html index 425b288..a773ee5 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -76,8 +76,8 @@ function renderPlayers(players) { players.filter(player => player.active).forEach(player => { const cell = findCell(player.position); + const playerIcon = player.reached_destination ? "😎" : "😀"; if (cell) { - const playerIcon = "😎"; const html = `