Rules
The following rules apply when solving a binary puzzle:
- Each cell must contain either a zero or a one.
- No more than two identical numbers may be placed directly adjacent or directly below each other.
- Each row and column must contain an equal number of zeros and ones.
- Each row is unique and each column is unique. Thus, any row cannot be exactly equal to another row, and any column cannot be exactly equal to another column. However, a particular row may be filled in the same way as a particular column.
Every binary puzzle has a single unique solution, and each step toward it can be deduced logically. In other words, guessing is never necessary.
Take a look at the tips to learn more.