Back

Walls (390)

Instruction:
Draw lines (“walls”) along the edges of cells. There must be an orthogonal path between any two cells that does not go through any walls (that is, the walls must not divide the grid into separate regions). Two cells can “see” each other if they are in the same row or column without any walls between them. Each number indicates the total number of cells that can be seen from the numbered cell, including the cell itself.

Reference: WPF (1)

Examples:
WPF Puzzle GP 2018 - Playoffs (123)
WPF Puzzle GP 2018 - Round 6 (56)