Game Logic
Closed this issue · 1 comments
rafacODEZ commented
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.
rafacODEZ commented
Done!! checkWin() method created within engine.py. Method checks if the player has correctly placed flags on all mines and revealed all cells.