MINESWEEPER.MONSTER

These basic patterns appear in almost every game.

1. Corners

Corners are often the easiest cells to flag, especially at the start of a game.

The 1 touches exactly one cell, which must contain a mine.
1
1
1
1
1

Corner variations tend to have very simple solutions.

1
1
1
2
2
1
1
2
1
1
2
2
1
2
2
1
1
3
1
1

2. Edges

When multiple mines are in horizontal or vertical lines, they form distinctive patterns of numbers.

1
2
3
2
1
2
3
3
3
2

3. Bridges

When mines are close, they often share a 2 which acts as a bridge between them.

1
1
2
1
1
2
2