diff --git a/vues/jouerPartie_vue.php b/vues/jouerPartie_vue.php index c955676..3689741 100644 --- a/vues/jouerPartie_vue.php +++ b/vues/jouerPartie_vue.php @@ -3,7 +3,7 @@ function afficher_pions($joueurs) { foreach ($joueurs as $joueur) { - echo 'pion1'; + echo 'pion' . $joueur['rang'] . ''; } }