nmaguirre / minesweeper

A Simple MineSweeper Project
6 stars 4 forks source link

implement MinesweeperGameState#unmark(int, int) method #162

Open saiema opened 8 years ago

saiema commented 8 years ago

method MinesweeperGameState#unmark(int, int) that takes a valid coordinate and unmark/unblock a marked/blocked cell must be implemented.

GonzalezDianaE commented 8 years ago

Resolved in commit 4944188