Maybe smth
This commit is contained in:
@@ -1 +1 @@
|
||||
Appuyez sur une touche pour continuer...
|
||||
Press any key to continue . . .
|
||||
|
||||
@@ -173,7 +173,7 @@ void tourJoueur(string grid[][LARGTIC], int joueur) {
|
||||
cout << "\nEntrez une coordonnee horizontale : ";
|
||||
cin >> horizontale;
|
||||
|
||||
while (grid[verticale][horizontale] == ICONJ1 || grid[verticale][horizontale] == ICONJ2) {
|
||||
while (grid[verticale - 1][horizontale - 1] == ICONJ1 || grid[verticale - 1][horizontale - 1] == ICONJ2) {
|
||||
cout << "\n\nVeuillez choisir une case vide.\n"
|
||||
<< "\n\nEntrez une coordonnee verticale : ";
|
||||
cin >> verticale;
|
||||
|
||||
Reference in New Issue
Block a user