Puzzle rules
Slant
Draw a diagonal line inside every cell. Numbers at the grid intersections show exactly how many diagonal lines meet at that point. Diagonal lines must never form a closed loop.

How to solve
Complete rules
Goal: Draw a diagonal line in every cell to create a valid network without any closed loops. Rules: - Every square cell must contain exactly one diagonal line, slanting either left-to-right (/) or right-to-left (\). - Numbers at grid intersections indicate how many diagonal lines must connect to that specific point (0, 1, 2, 3, or 4). - Intersections without numbers can have any number of connecting lines. - The diagonal lines must never form a closed loop or circuit anywhere on the board. - Use logic and intersection counts to discover the unique solution.