rafacODEZ/minesweeperGUI

Game Logic

Closed this issue · 1 comments

In Engine.py file; player wins game when player has correctly identified all mines and revealed all cells. Currently player wins when 10 flags are placed and no mine clicked.

Done!! checkWin() method created within engine.py. Method checks if the player has correctly placed flags on all mines and revealed all cells.