Fichier FXML change
This commit is contained in:
parent
3851b72149
commit
70f259649c
@ -266,7 +266,7 @@ public class Plateau extends Thread{
|
|||||||
while(true) {
|
while(true) {
|
||||||
|
|
||||||
Joueur currentJoueur = this.joueurs.get(i % nbJoueurs);
|
Joueur currentJoueur = this.joueurs.get(i % nbJoueurs);
|
||||||
//currentJoueur.choisir(new ArrayList<Joueur>(), Joueur.class);
|
currentJoueur.choisir(new ArrayList<Joueur>(), Joueur.class);
|
||||||
System.out.println("\n\n\n\n\n");
|
System.out.println("\n\n\n\n\n");
|
||||||
System.out.println("Au tour de "+currentJoueur.getNom());
|
System.out.println("Au tour de "+currentJoueur.getNom());
|
||||||
System.out.println("Lancement des dés.");
|
System.out.println("Lancement des dés.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user