Пример #1
0
 bool IsNotSurroundedByAnyBomb(Tile tile)
 {
     return(grid.GetNumberOfSurroundingBombs(tile) == 0);
 }