nmaguirre / minesweeper

A Simple MineSweeper Project
6 stars 4 forks source link

MinesweeperMain.executeUserInput is missing #155

Open adriangalfioni opened 8 years ago

adriangalfioni commented 8 years ago

This method will receive a string which repesents a command (i.e. o2,3 which means open(2,3) or b3,4 meaning block(3,4) and execute that command. It should check if it is valid (i.e. not opening a open cell or blocked cell)