🔘 Takuzu
Fill the grid with 0s and 1s. No more than two in a row, equal count per line!
A.K.A.
Also known as: Binary Puzzle, Binero
Category
Grid Shading
How to Play
- Fill every cell with either 0 or 1
- No more than two consecutive same digits in any row or column
- Each row has equal numbers of 0s and 1s
- Each column has equal numbers of 0s and 1s
- No two rows can be identical; no two columns can be identical
Puzzle Source
🔧 Generator
Puzzles are algorithmically generated on-the-fly.
Source: Algorithmic binary puzzle generation
Tips & Strategy
- Three in a row is never allowed - block it immediately
- Count remaining 0s and 1s needed for each line
- If a row/column has its quota of one digit, fill rest with the other
Issues & Bugs
🔍 Search existing issues for "Takuzu"
📝 Report a new bug
Part of the Enigma puzzle collection