fixing winning condition of the game

This commit is contained in:
Bernardo Magri
2025-03-12 17:07:10 +00:00
parent 4ff86eb027
commit 2a1d45f998
4 changed files with 17 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ class MineField {
void computeBombsNearby(int x, int y);
void openNeighboorhood(int x, int y);
void setOpenCell(int x, int y);
void checkGameWon();
void timerTick();
void startTimer();
void stopTimer();