nmaguirre / minesweeper

A Simple MineSweeper Project
6 stars 4 forks source link

MinesweeperBoard.getClosedCellsCount missing #148

Closed ezensich closed 8 years ago

ezensich commented 8 years ago

Method MinesweeperBoard.getClosedCellsCount is missing from the MinesweeperBoard class. This method should be return the number of cells closed from board.

ezensich commented 8 years ago

Resolved in https://github.com/nmaguirre/minesweeper/commit/e9f9d520738c3c2e3f919b8fe5cd4c27537da22f

elisaboselli commented 8 years ago

Well done ! :+1: