
Rule to Solve Black and White Puzzles Outside of The Tutorial Area
The way I have been playing it that has worked so far is:
- If (touching black > touching white).
- Set block to white.
- Else (touching white > touching black).
- Set block black.
- Else (touching black = touching white).
- Go look at different blocks.
So if an empty square is touching two white and one black set it to black and if a block is touching two black and one white set to white.

Be the first to comment