Compare commits
3 Commits
10e9c22778
...
b8f22030c2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8f22030c2 | ||
|
|
064cf4b365 | ||
|
|
1d1b08f394 |
@@ -1 +1 @@
|
||||
Appuyez sur une touche pour continuer...
|
||||
Press any key to continue . . .
|
||||
|
||||
@@ -174,7 +174,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