changement infos joueurs config
This commit is contained in:
@ -20,10 +20,10 @@ public class main {
|
|||||||
|
|
||||||
// joueurs
|
// joueurs
|
||||||
|
|
||||||
System.out.println("Entrez le nom du joueur 1 (blanc) : ");
|
System.out.println("Entrez le nom du joueur 1 : ");
|
||||||
Joueur j1 = new Joueur(sc.nextLine(), null);
|
Joueur j1 = new Joueur(sc.nextLine(), null);
|
||||||
|
|
||||||
System.out.println("Entrez le nom du joueur 2 (noir) : ");
|
System.out.println("Entrez le nom du joueur 2 : ");
|
||||||
Joueur j2 = new Joueur(sc.nextLine(),null);
|
Joueur j2 = new Joueur(sc.nextLine(),null);
|
||||||
|
|
||||||
while(while1 == 1) {
|
while(while1 == 1) {
|
||||||
|
Reference in New Issue
Block a user