Binary Puzzle
Game Rules
The goal of the binary puzzle is to fill the grid with 0s and 1s, following these rules:
- Each row and each column should contain an equal number of 0s and 1s.
- No more than two of the same number can be adjacent to each other.
- Each row and each column should be unique.