changement infos joueurs config
This commit is contained in:
parent
5f0f79a7a8
commit
93bbbc5a7d
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user