modification de la commande VérifFinMatch pour qu'elle fonctionne

This commit is contained in:
Lea
2025-11-28 08:29:05 -05:00
parent ac31baba3d
commit 614c11ec23

View File

@@ -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++) {