Start a Binary Sudoku game
Rules of the game:
Binary Sudoku is a variant of Sudoku that uses binary digits (0 and 1) instead of the numbers 1 to 9.
The objective is to fill a grid with 0s and 1s, following certain rules. Here are the rules for Binary Sudoku:
- Each row and each column must contain an equal number of 0s and 1s.
- There must be no more than two consecutive 0s or 1s in any row or column. In other words, you cannot have three or more 0s or 1s in a row or column consecutively.
- Each row and each column must be unique. No two rows or two columns can be identical.