antimine-android
antimine-android copied to clipboard
Should the algorithm avoid corner cases

Like this, the corner is surrounded with mines
This is also the issue raised in #394
I'm not sure if this is a problem. There are zero remaining mines, so you can open the corners without problem.
@lucasnlm: That is where I've managed to solved rest of the part, to just show you that there are boxes left surrounded with mines.
Check out the case where @SuspectTyrannosaurus pointed
The problem is, without the left mine indicator, there is no hint for the boxes surrounded by mine or edge, which becomes pure luck.
@Brli I agree partially. But this is something that other minesweeper implementation does. So, I'm not sure if remove it is something good.
IMO this is fine. I had a case where the mines-left indicator was needed for one corner to know you had to click the corner one. Solvable is solvable.