How to Solve Binairo Puzzles: Rules, Patterns, and Common Mistakes
Binairo is a logic puzzle where you fill a grid with only 0s and 1s. Three rules guide every move: no three identical values in a line, each row and column holds equal counts of both values, and no two lines are the same. Once you know the starting patterns, most grids solve without guessing — this guide walks through the rules in plain English, the patterns that do most of the heavy lifting, and a free number game to warm up with, no sign-up needed.
What Is Binairo?
The most common thing beginners say when they first encounter Binairo is: “I don’t know where to start on an empty grid.” That’s a completely fair reaction. You’re handed a mostly blank grid of 0s and 1s with a handful of values pre-filled, and the rules feel abstract until you’ve sat with one for a few minutes.
Binairo — also known as Takuzu or a binary puzzle — is a logic puzzle built on just two symbols. You fill every cell in the grid with either a 0 or a 1, guided by three rules that constrain where each value can go. According to Wikipedia’s article on Takuzu, the Binairo format was developed by Belgian designers Peter De Schepper and Frank Coussement, with the puzzle appearing commercially around 2009. The grid is always square with even dimensions — 6×6, 8×8, 10×10, and larger. The even size matters because Rule 2 (the balance rule) requires exactly as many 0s as 1s in every line, which is only possible when the line length is even.
Binairo shares the general spirit of row-and-column logic puzzles, but the mechanics are their own. Sudoku fills a 9×9 grid with the numbers 1 through 9 and includes a box rule — our Sudoku guide covers that. Hitori goes the opposite direction: it starts with a completed grid and asks you to shade cells out, as our Hitori guide explains. Binairo is in its own lane — a fill-based binary puzzle where all the logic comes from eliminating where a value cannot go. The learning curve is shorter than it looks.
The Rules of Binairo (in Plain English)
Binairo has exactly three rules, and every move you make in the puzzle comes from applying them. There is no guessing, no trial and error — just the rules. Before the rules, one premise: each cell holds exactly one value — either 0 or 1 — and when the puzzle is complete, no cell is left blank. Some versions use two colors or two letters instead of numbers; the logic is identical regardless of the symbols used.
Rule 1 — No three of the same value in a row or column. You can have two 0s in a row, or two 1s. But three consecutive identical values — whether running horizontally or vertically — is never allowed. This single rule creates most of the forced deductions you will use throughout the puzzle.
Rule 2 — Each row and column holds equal counts of both values. In a 6×6 grid, every row has exactly 3 zeros and 3 ones, and every column has the same. In an 8×8 grid, every line holds 4 of each. This gives you a counting tool: the moment one value reaches its maximum count in a line, every remaining empty cell in that line must take the other value.
Rule 3 — No two rows are the same. No two columns are the same. Every row in the completed grid must be unique, and every column must be unique. If filling a blank would make a row identical to another already-complete row, that fill is forbidden.
Rule 1 is where you will start every puzzle. Rule 2 finishes off any line that is nearly complete. Rule 3 resolves the toughest positions in harder puzzles where the first two rules run out of moves. The three rules work together, and the tension between them is where all the interesting logic happens.
Where Do You Start? The “Avoid Three” Patterns
Most people stare at a blank Binairo grid and feel stuck because nothing looks obviously wrong yet. The fix is to stop looking at the grid as a whole and start scanning for short, local patterns — two or three cells in a row or column where Rule 1 forces a specific value immediately.
There are six such patterns, and they all follow the same logic: if placing a particular value in a blank cell would create three identical values in a row, that value is forbidden. The opposite value must go there instead.
Pair patterns — two identical values side by side. When you see two of the same value next to each other, the cell immediately adjacent to the pair (on either open side) must be the opposite value.
0 0 _— the blank must be 1 (filling it with 0 would give three 0s in a row)_ 0 0— the blank must be 11 1 _— the blank must be 0_ 1 1— the blank must be 0
Sandwich patterns — same value on both sides of a blank. When a blank sits between two cells that share the same value, the blank must be the opposite value.
0 _ 0— the middle blank must be 1 (filling it with 0 would give three 0s in a row)1 _ 1— the middle blank must be 0
These six patterns are the first thing to scan for every time you open a fresh puzzle. Work across each row from left to right, then down each column from top to bottom, marking any blank that is forced by an adjacent pair or sandwich. On most beginner and intermediate grids, this first scan alone fills in a substantial portion of the empty cells.
A tip for paper solving: after your first complete horizontal scan, go back and run the same check vertically. Values you filled in during the horizontal pass will often create new pairs or sandwiches that weren’t visible before. Catching pairs and sandwiches in columns is just as important as catching them in rows — and a common source of missed moves for beginners.
Balance the Line (Counting 0s and 1s)
Once you have worked through the Avoid-Three patterns, shift your attention to counting. Every row and every column must hold exactly half 0s and half 1s. In a 6×6 grid, that is 3 of each per line; in an 8×8 grid, it is 4 of each. This rule lets you fill in whole stretches of a line at once: the moment one value has reached its limit in a line, every remaining empty cell in that line must be the other value.
Here is a concrete example. Say you are working on a 6-cell row that looks like this after the Avoid-Three scan:
1 0 1 1 0 _
Count the placed values: three 1s (positions 1, 3, and 4), two 0s (positions 2 and 5), one blank. A 6-cell row needs exactly 3 of each. Three 1s are already placed, so the remaining blank must be 0:
1 0 1 1 0 0
The remaining blank is finished by counting alone — no pair or sandwich was adjacent to it. The counting technique is especially powerful mid-puzzle when many cells are partially filled. Build the habit of checking the count in every row and column after each Avoid-Three pass: any line that hits its maximum for one value is completely determined from that point.
Advanced — Use the Uniqueness Rule
The Avoid-Three patterns and balance counting together solve most beginner and intermediate Binairo grids. Harder puzzles sometimes reach a point where no pair, no sandwich, and no fully-determined line is visible anywhere. That is when Rule 3 — the uniqueness rule — steps in.
The principle is straightforward: at any point in solving, no two rows may be identical, and no two columns may be identical. If you can see that filling a blank in a particular way would make that row look exactly like another row that is already complete, that fill is forbidden — the other value must go there instead.
To apply this in practice, look for rows (or columns) that are nearly complete and compare them against rows that are already fully solved. Say Row A is finished and Row B has just one blank remaining. Would filling that blank one way make Row B a perfect copy of Row A? If yes, that fill is ruled out — the blank takes the opposite value.
Use this technique after Avoid-Three and balance counting have been exhausted. In well-constructed puzzles, the uniqueness rule provides the final forced deductions needed to complete the grid — still without guessing, still entirely through logic.
Stuck? Common Mistakes and a Recheck List
If you have applied all three techniques and still cannot find a legal next move, the most likely explanation is an earlier error — not a need to guess. Binairo is designed so that every puzzle has a single valid solution reachable by pure logic. Here is a short recheck list to work through when you feel stuck:
Check for accidental triples. Scan every row and column for any run of three identical values. Three 0s or three 1s in a sequence anywhere in the grid means something went wrong a few moves back — the most common error for beginners, usually a forced fill that was skipped or placed in the wrong cell.
Check the counts. Go through every row and column and count the 0s and 1s placed so far. Any line with more than half its cells claimed by one value has an error that needs to be found and undone.
Check for duplicate lines. Look at completed or nearly-complete rows and compare them. If any two are identical, backtrack to find where the duplication started. After correcting an error, run the Avoid-Three scan from the beginning again — fixing one mistake often reveals forced moves that were hidden while the wrong value was in place.
The practical rule: if you feel the urge to guess, treat that impulse as a signal to recheck rather than to fill. Working through a grid carefully and reaching the finished solution without guessing is a genuinely satisfying result — which is exactly why so many people come back to it.
If you enjoy working through number and logic puzzles, a quick game is a good way to keep that pattern-recognition active between Binairo sessions.
Or try Clear Sum — a logic number puzzle where you clear rows and columns by finding the right combinations. Free, no account. Brain games like Sudoku maps more options across both number and logic puzzle styles.
Frequently Asked Questions
How do you solve a Binairo puzzle?
Scan every row and column for Avoid-Three patterns: two identical values side by side force the adjacent blank to be the opposite value, and the same value on both sides of a blank forces the middle to be opposite. Then count — when one value has reached half the line’s length, all remaining blanks in that line become the other value. For harder grids, compare nearly-complete rows against fully solved ones: any arrangement that would make two lines identical is forbidden by the uniqueness rule. No guessing is ever required.
What are the rules of Binairo?
Three rules govern the puzzle. Each cell holds exactly one value — 0 or 1 — with no blanks remaining when complete; that is the starting premise. Rule 1: no three identical values may appear consecutively in any row or column. Rule 2: each row and column must hold exactly equal numbers of 0s and 1s — in a 6×6 grid, three of each per line. Rule 3: no two rows may be identical, and no two columns may be identical. Every deduction comes from applying these three rules in combination.
Is Binairo the same as Sudoku?
No. Both use row-and-column constraints, but Sudoku fills a 9×9 grid with nine different values (1–9) and includes a 3×3 box rule. Binairo uses only two values — 0 and 1 — has no box rule, and scales to any even grid size. The row-and-column elimination logic transfers between them, but the patterns and counting techniques are distinct. Our Sudoku guide covers that puzzle’s approach; for a shading-based counterpart, see our Hitori guide.
Are Binairo puzzles good for your brain?
They are a fun way to practice logical reasoning and pattern-spotting. Working through a Binairo grid requires careful, methodical thinking — scanning for constraints, tracking counts, and catching your own errors. Many people find that process genuinely satisfying. Binairo is a puzzle, not a treatment, and we make no claims about memory, IQ, or long-term brain health. If you enjoy the challenge, that is more than enough reason to keep solving.
Sources: Wikipedia — Takuzu
Keep reading
More from the Make10s blog: how to solve Futoshiki · how to solve Hitori · how to get better at Sudoku · games like Sudoku · Binairo vs Sudoku · all posts