Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

🔘 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

  1. Fill every cell with either 0 or 1
  2. No more than two consecutive same digits in any row or column
  3. Each row has equal numbers of 0s and 1s
  4. Each column has equal numbers of 0s and 1s
  5. 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

Issues & Bugs

🔍 Search existing issues for "Takuzu"

📝 Report a new bug


Part of the Enigma puzzle collection