Compare commits
2 Commits
a650f6bc34
...
21e15ec5a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21e15ec5a0 | ||
|
|
20206426f0 |
@@ -1 +1 @@
|
|||||||
Appuyez sur une touche pour continuer...
|
Press any key to continue . . .
|
||||||
@@ -280,7 +280,7 @@ void jeuUnJoueur(string grid[][LARGTIC]) {
|
|||||||
int gagnant;
|
int gagnant;
|
||||||
int nbJoueurs = 1;
|
int nbJoueurs = 1;
|
||||||
|
|
||||||
cout << "\nUn joueur a ete choisi. Le joueur joue en premier.\n\n";
|
cout << "Un joueur a ete choisi. Le joueur joue en premier.";
|
||||||
|
|
||||||
do {
|
do {
|
||||||
tourJoueur(grid, 1);
|
tourJoueur(grid, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user