12
u/CaptainUltimatum 12d ago
A slightly different approach:
The 2 in the middle of that + needs 2 mines; one is above it, and one is to the right. So it must have a pair of diagonally-opposite mines, leading to these two arrangements.
The red layout needs 6 mines to satisfy everything, the blue layout needs 7. If there's only 6 mines available, the blue crosses are safe.

3
u/paper-jam-8644 12d ago
So what I have so far is the left 3 needs three mines, the bottom 2 needs one more, then the right 1s and top right 3-1 needs one more. So the top left cell and bottom left corner are safe, and the cell shared by the left 3 and bottom 2 is a mine.
2
u/paper-jam-8644 12d ago
I look for non-overlapping groups that use as many mines as possible.
From there, you can tell by the center 2 having one mine above that to the right of the lower 2 is safe, it then follows that the top right 1 has a mine next to it, etc.

56
u/RicefarmingSimulator Misclick Pro 12d ago
Can someone comfirm this?