Compare commits

...

2 Commits

View File

@@ -207,7 +207,7 @@ void tourJoueur(string grid[][LARGTIC], int joueur) {
} }
bool verifFinMatch(std::string grid[][LARGTIC]) { bool verifFinMatch(std::string grid[][LARGTIC]) {
bool fin = false; bool fin = true;
// Valide horizontales // Valide horizontales
for (int i = 0; i < 2; i++) { for (int i = 0; i < 2; i++) {