Minesweeper Patterns: 1-2-1, Chording, and Flag Discipline
Numbers as Constraints, Not Just Counts
Every revealed number is a constraint equation. A "2" touching six unrevealed cells does not tell you much. A "2" touching only two unrevealed cells tells you both of those cells are mines. The beginner instinct is to read numbers as danger indicators — bigger numbers feel scarier. The expert instinct is to ask: how many unrevealed neighbors does this cell have, and does the count equal the number? If so, every neighbor is a mine.
Similarly, when a number equals its mine count and all mines are accounted for, every other unrevealed neighbor is safe. A "3" touching exactly three unrevealed cells with no flags yet: plant three flags. A "1" that already has one flagged neighbor: all remaining neighbors are safe, click them all. Getting comfortable with this arithmetic is the foundation of every pattern that follows.
The three difficulty levels — beginner (9×9, 10 mines), intermediate (16×16, 40 mines), and expert (30×16, 99 mines) — differ mostly in how often you encounter isolated versus overlapping constraints. Beginner is where you learn to read individual numbers. Expert is where you learn to read them as a system.
Using the First Click
Your first click is guaranteed to open an area — the entire 3×3 region around the cell you click is mine-free, so there is no such thing as losing on the first move. This is not just a safety feature; it is a strategic one.
On beginner, almost any first click works since the board is small enough that the opening will reach a significant fraction of the cells. On expert, the first click location matters a lot. Click somewhere near the center of the board, not a corner or an edge. A center click gives the mine-free 3×3 a chance to cascade into a large open area, which immediately provides many numbered cells to read. A corner click produces at most a small opening with three or four edge cells revealed, leaving you with little to work from.
The 1-2-1 Wall Pattern
The 1-2-1 pattern appears along a wall (edge or the boundary between the opened and unopened area) and looks like this in a row: a "1", then a "2", then a "1", each touching the same two unrevealed cells beyond the wall. Once you recognize it, you can read it instantly: the two mines are in the cells adjacent to the outer "1"s, not under the "2". The cells directly beyond the "2" are safe.
More precisely: the left "1" accounts for one mine in its two unrevealed neighbors. The right "1" accounts for one mine in its two unrevealed neighbors. The "2" accounts for two mines, one shared with each "1". This forces the mine distribution: one mine behind each "1", zero mines behind the "2". You can safely open the cell behind the middle "2" without any guessing.
The 1-2-2-1 pattern is the same idea extended: a "1", two "2"s, then a "1" in a row along a wall. Here the outer "1"s each fix a mine directly behind them, the inner "2"s account for the same mines without adding new ones, and the cells directly behind the "2"s are safe. Once you can spot these patterns automatically — without consciously working through the logic — your solve speed increases significantly because you stop staring at sections that are already solved.
Edge and Corner Logic
Cells on the edge of the board have fewer neighbors (five for an edge cell, three for a corner cell). This actually makes them easier to solve, not harder, because there are fewer possibilities. A "1" in a corner touching only two unrevealed cells has a 50/50 mine split — but a "2" in a corner touching only two unrevealed cells means both neighbors are mines, no guessing required.
Edge constraints often give you a cascade: solving an edge mine lets you re-evaluate all the numbers touching that cell, which may unlock interior cells you could not previously solve. When you are stuck in the middle of the board, shift your attention to edge numbers and work inward.
Chording: The Speed Multiplier
Chording is the mechanic that separates slow players from fast ones. When a revealed number already has exactly the right number of flagged neighbors, you can click that number (or double-click it) to instantly open all remaining unflagged neighbors at once. Instead of clicking each safe cell individually, one chord click clears them all.
The safety condition is strict: the number of flags touching the cell must equal the number exactly. One wrong flag means a chord will open a mine. When you are playing carefully, verify each flag before chording. When you are speedrunning, wrong flags are exposed at loss as ❌ markers, and the exact mine you hit is highlighted — both of which help you understand what went wrong.
On mobile, double-tap a number to chord. Right-click or long-press plants a flag.
Flag Discipline vs. No-Flag Speedrunning
Flags are a memory tool. They mark cells so you can chord later and so you do not accidentally click a mine. But flagging takes time — two clicks minimum per flag (one to plant, one to chord). For casual players building up pattern recognition, flag every known mine. For speedrunning, flags are often a net cost.
No-flag runs (called "NF" runs) rely entirely on reading constraints in real time, clicking safe cells without marking mines, and never chording. They are faster if you can hold the mine positions in working memory, which is easier on beginner than on expert. If you want to improve your times, try a few no-flag beginner runs. It forces you to read the board fluently rather than lean on flags as a crutch.
The middle ground that most experienced players settle on: flag only when you need to chord a high-value number cell, or when a mine sits adjacent to several numbers you will need to process. Skip flagging isolated mines that do not block further progress.
Your best times are saved per difficulty in the local leaderboard. Check it after a strong run — personal records are the most honest benchmark you have.