endgame todo
This commit is contained in:
parent
604e66c30c
commit
d5776ac144
1 changed files with 13 additions and 7 deletions
|
@ -214,6 +214,11 @@ void Safari::event(const int x, const int y) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (deplacerAnimal && placerBarriere) {
|
if (deplacerAnimal && placerBarriere) {
|
||||||
|
// TODO: Vérification partie terminée
|
||||||
|
if (false) {
|
||||||
|
etape = Fini;
|
||||||
|
Ecran::printMessage("Partie terminée !");
|
||||||
|
} else {
|
||||||
// Le joueur a fini son tour
|
// Le joueur a fini son tour
|
||||||
// Réinitialise les variables
|
// Réinitialise les variables
|
||||||
deplacerAnimal = false;
|
deplacerAnimal = false;
|
||||||
|
@ -223,6 +228,7 @@ void Safari::event(const int x, const int y) {
|
||||||
changerJoueurCourant();
|
changerJoueurCourant();
|
||||||
Ecran::printMessage(msgTonTour());
|
Ecran::printMessage(msgTonTour());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case Fini: {
|
case Fini: {
|
||||||
|
|
Reference in a new issue