Help Page - How to Play the Binary Puzzle Game in a 6 x 6 Grid

Return to home:

A binary puzzle consists of a grid and each cell in the grid can noly contain a 0 or a 1. The example below shows a 6 x 6 grid. The player is given an incomplete grid and needs to complete the puzzle according to the following rules: - You are not allowed to have more than two adjacent sqaures with the same number. - Each row and column must contain the same number of 0s and 1s. In a 6 x 6 puzzle grid there must be three 0s and three 1s in each row and each column. - Each row must not be the same as any other row, and each column must not be the same as any other column.