modification de la commande VérifFinMatch pour qu'elle fonctionne
This commit is contained in:
@@ -220,7 +220,7 @@ void tourJoueur(string grid[][LARGTIC], int joueur) {
|
||||
}
|
||||
|
||||
bool verifFinMatch(std::string grid[][LARGTIC]) {
|
||||
bool fin = false;
|
||||
bool fin = true;
|
||||
|
||||
// Valide horizontales
|
||||
for (int i = 0; i < 2; i++) {
|
||||
|
||||
Reference in New Issue
Block a user