rafacODEZ/minesweeperGUI

Reveal all empty adjacent cells

Closed this issue · 1 comments

Major fix needed... when user clicks on a cell all neighboring empty (0) cells also get revealed.

Done... recursively reveal cells using revealMore() within revealCell(). Not sure if it is the most optimum solution but works at the moment.