Back

Hungarian Numberlink (998)

Instruction:
Some cells in the grid are marked with numbers. Draw some paths on the grid so that the two endpoints of every path are on cells with numbers. Each number must be the endpoint of exactly one path. The paths must go through orthogonally adjacent cells. Each cell must be visited by exactly one path, and may not be visited more than once by that path.
For each path, the number of cells where the path goes straight through the cell must match the number at one endpoint of the path, and the number of cells where the path makes a turn at the cell must match the number at the other endpoint of the path.
Black areas are not part of the grid and are not cells.

Reference: WPF (1)

Examples:
WPF Puzzle GP 2021 - Round 2 (166)
Parent puzzle:
Arukone