nmaguirre / minesweeper

A Simple MineSweeper Project
6 stars 4 forks source link

MinesweeperBoard.hasMine missing #87

Closed fernando13 closed 8 years ago

fernando13 commented 8 years ago

Method MinesweeperBoard.hasMine is missing from the MinesweeperBoard class. This method return true if the cell on the position given of the board has mine, otherwise return false.

fernando13 commented 8 years ago

Issue reolved in rev 643fb86

nricci commented 8 years ago

@fernando13, change only what your are supposed to. Even if you also had the comments for the method assigned you should divide the work into two different commits.