Closed tjjfvi closed 11 months ago
I'm glad you've been enjoying it!
The behavior you've encountered is intentional for now. You should play as if this is regular minesweeper, and do not try to prematurely exploit the no-guessing guarantee. In cases like your example, there will always be another safe move that you can make without the assumption of future determinism. See these replies I made on Reddit discussing this further:
This behavior is now documented in the options dialog.
[side note: I have been greatly enjoying this game.]
I unfortunately failed to grab a screenshot, but earlier when playing I got to the following board state (with "subtract flags" enabled):
The only way for this to be deterministically solvable is if, at some point, one can conclude that there is only 1 bomb in that region, and thus reveal the left-most tile, to determine which of the right three tiles is a bomb.
Knowing this, I concluded that there must only be 1 bomb in that region, and revealed the left-most tile, to find a bomb.
Presumably, the answer-punishment system found a board that had a bomb there, but did not check whether that board could be solved deterministically.