Binairo · strategies
Four scans, no guessing.
Every Binairo solves with four repeating patterns. Cycle through them and the grid falls.
Doubles
Two of the same symbol together — the cells on both sides must be the opposite (three-in-a-row is illegal).
Sandwich
A gap between two matching symbols must hold the opposite — filling it the same way would make a triple.
Line counting
Each line holds equal O’s and X’s. When one symbol hits its quota (size ÷ 2), every remaining cell takes the other symbol.
Uniqueness scan
No two rows (or columns) may be identical. If a nearly-complete line would duplicate a finished one, its open cells must break the match. Compare lines that share the most symbols first.
Order of attack
Doubles and sandwiches first (pure local scans), then count any line missing one or two cells, then uniqueness last — it’s rarer but unlocks endgames.