Free 0 and 1 logic solver

Binary Puzzle Solver Online

Enter a Binary puzzle, Takuzu, Binairo or 0h h1 grid, then solve the puzzle or ask for the next logical move without revealing the whole answer.

Grid 8 x 8
Givens 0
State Ready

Grid ready. Enter 0s and 1s, then solve or ask for the next logical move.

What is a Binary puzzle solver?

A Binary puzzle solver is an online tool that completes a grid made from only 0s and 1s. The puzzle is also searched for as Takuzu solver, Binairo solver, Binero solver, 0h h1 solver, Tic-Tac-Logic solver and Binary puzzle helper.

This solver follows the standard Binary rules: each row and column has the same number of zeros and ones, no three equal digits appear consecutively, and no two completed rows or columns are identical.

  • Solve a Binary puzzle from a newspaper, book, app or printable worksheet.
  • Check whether a partially filled Takuzu grid is still valid.
  • Find the next logical move without showing the whole solution.
  • Test a handmade Binairo puzzle for validity and uniqueness.

How to use this Binary solver

Choose the grid size, then click cells to enter the known 0s and 1s. You can also use the 0 and 1 buttons after selecting a square. Leave unknown cells blank.

Press Solve to complete the puzzle. Press Check to see whether the current entries have no solution, one solution or multiple solutions. Press Next move to reveal one logical Binary deduction at a time.

  • Use 6x6 for small beginner Binary puzzles.
  • Use 8x8 for the most common Takuzu size.
  • Use 10x10 or 12x12 for larger Binairo grids.
  • Apply a move only when you want the helper to write it into the grid.
  • Clear removes all current entries while Reset returns to a fresh 8x8 grid.

Binary puzzle rules used by the solver

The tool assumes the normal Binary, Takuzu and Binairo rule set. An 8x8 puzzle needs four zeros and four ones in every row and column. A 10x10 puzzle needs five of each, and a 12x12 puzzle needs six of each.

The no-three rule works horizontally and vertically. The uniqueness rule is checked only on completed rows and completed columns, because two unfinished lines may still become different later.

  • Every empty square must become either 0 or 1.
  • Each row has an equal number of 0s and 1s.
  • Each column has an equal number of 0s and 1s.
  • 000 and 111 are not allowed in rows or columns.
  • Completed rows are unique, and completed columns are unique.

Next move logic and Binary strategies

The Next move helper starts with the most human-friendly Binary strategies. If it sees 00_ or _00, it places 1. If it sees 11_ or _11, it places 0. Split pairs work the same way: 0_0 forces 1, and 1_1 forces 0.

The solver then counts each row and column. Once a line already has half of one digit, all remaining cells in that line must be the other digit. If the remaining blanks are exactly the number still needed for a digit, those blanks can all be filled.

After balance and triple logic, the helper checks uniqueness. If a nearly complete row would copy a completed row, the open cell must be the opposite value. The same idea applies to columns.

  • Use pair patterns first because they are the fastest Binary hints.
  • Count zeros and ones whenever a row or column is half full.
  • Compare completed lines with nearly completed lines.
  • Avoid guessing; a well-made Binary puzzle should have a forced next step.
  • Use Solve only when you want to verify the final answer.

Why uniqueness matters in Binary puzzles

A good Binary puzzle should have one answer. If a puzzle has two valid completions, a player may be forced to guess, which weakens the logic of the puzzle.

This solver can report multiple solutions when the clues are too sparse. That is useful if you are checking a puzzle you created, copying a puzzle by hand, or trying to understand why a grid does not resolve cleanly.

A worked binary deduction

The three rules feed each other, and chaining them is the whole skill. Say a row in an 8x8 puzzle already shows two 1s side by side. Neither end can be another 1 — that would make three in a row — so both neighbouring cells are 0. If one of those 0s now sits next to an existing 0, the cell beyond it is forced to 1 to avoid a triple of zeros. A single pair can ripple several cells outward.

Counting then closes lines. Each row of an 8x8 grid holds exactly four 0s and four 1s, so the moment a row contains its fourth 1, every remaining blank must be 0. And if filling a row would make it identical to a finished row, the uniqueness rule forces the opposite value in the deciding cell. Alternate between no-three logic, counting and uniqueness, and the grid resolves without guessing.

  • Two equal cells side by side force the opposite on both ends.
  • A gap between two equal cells (0_0 or 1_1) forces the opposite in the middle.
  • When a line reaches half of one digit, the rest become the other.
  • Never let a line copy a finished row or column.
  • Cycle through no-three, counting and uniqueness until it solves.

Binairo, Takuzu, Unruly: the binary puzzle's many names

The binary puzzle travels under several names. In newspapers and apps it is widely sold as Binairo and as Takuzu, the Japanese-styled name; the older name Tohu wa Vohu also appears, and the popular open-source collection by Simon Tatham includes it as Unruly. All of them are the same puzzle with the same three rules.

Whatever the label, you fill a grid with two symbols — usually 0 and 1, sometimes two colours — so that no three of a kind sit in a line, every row and column is balanced, and no two rows or columns match. Because the rules are identical, this solver and the strategies above work for Binairo, Takuzu, Unruly and any other binary puzzle you meet.

  • Binairo and Takuzu are the most common commercial names.
  • Tohu wa Vohu is an older name for the same puzzle.
  • Unruly is the version in Simon Tatham's puzzle collection.
  • Some editions use two colours instead of 0 and 1.
  • The three rules are identical across every name.

Binary puzzle vs Sudoku

Binary puzzles and Sudoku are both filled-grid logic puzzles with no luck involved, but they constrain you differently. Sudoku uses the digits 1 to 9 and forbids repeats within each row, column and box. A binary puzzle uses just two symbols and has no boxes at all; its challenge comes from three simpler-sounding rules working together.

Those rules — no three in a row, an equal count of each symbol per line, and no duplicate rows or columns — make the logic feel very different from Sudoku. There is less arithmetic and more pattern-spotting, and the balance and uniqueness rules create deductions Sudoku never has. If you find Sudoku familiar, a binary puzzle is a refreshing change of pace using the same patient reasoning.

Binary solving techniques

These are the techniques used by the next move helper. They also make a compact strategy checklist when solving Takuzu or Binairo by hand.

No Three in a Row

Beginner

Two equal digits together, or separated by one empty square, force the surrounding empty square to be the opposite digit.

Balance Rule

Beginner

Every row and column must contain half zeros and half ones, so a line that has reached its limit forces the rest of the line.

Line Completion

Beginner

If the remaining empty cells in a row or column must all be zeros or all be ones to hit the required count, they can be filled immediately.

Uniqueness Check

Intermediate

Completed rows and columns cannot repeat. A nearly identical line may force the open square to keep the two lines different.

Forced in Every Solution

Advanced

When the direct rules pause, the helper can compare all valid completions it finds and show a cell that has the same value in every solution.

FAQ

Binary puzzle solver FAQ

Can this Binary solver show only the next move?

Yes. Press Next move to highlight one forced cell and explain the rule. Press Apply move only when you want that 0 or 1 written into the grid.

Is Binary the same as Takuzu or Binairo?

Yes. Binary, Takuzu, Binairo, Binero, 0h h1 and Tic-Tac-Logic are common names for the same family of 0 and 1 logic puzzles.

What grid sizes are supported?

The solver supports even square grids from 6x6 to 12x12.

Can this solver check uniqueness?

Yes. Check reports whether the current entries have no solution, one unique solution or more than one possible solution.

Why does my Binary puzzle have no solution?

The usual causes are three equal digits together, too many zeros or ones in a row or column, or duplicate completed rows or columns.

Why can't you have three of the same in a row?

The no-three rule is the defining constraint of a binary puzzle: no row or column may contain 000 or 111. It is what forces opposite values around any pair and drives most of the early deductions.

Do binary puzzles use 0 and 1 or colours?

Both. Many editions use 0 and 1, while others use two colours or symbols. They are interchangeable — the rules only care that there are exactly two kinds of cell.

Can I solve a binary puzzle without a solver?

Yes. Binary puzzles are pure logic — avoid three in a row, keep each line balanced, and keep rows and columns unique. The solver is best for checking your answer or revealing the single next forced cell when you are stuck.