10x10 Castle Wall
(Published on 14. January 2022, 03:12 by stefliew)
Draw a single closed loop (without intersections or crossings) passing through some empty cells in the grid. Numbers and arrows refer to the total sum of the lengths of loop segments in the given direction. (An equivalent way to understand these values is to count the number of cell borders crossed by the loop in that direction.)
Solve on puzz.link
Solution code: For every cell in Row 7 and Column 6, "I" if the loop is a straight segment, "L" if the loop turns, "X" if the cell is not used by the loop. Ignore clue cells (18 letters)
Solved by apiad, CJK, Mark Sweep, Dandelo, moeve, polar, ildiko, amitsowani
Comments
on 15. January 2022, 13:03 by Dandelo
I agree, but it took me a while to understand it...
on 15. January 2022, 01:21 by Mark Sweep
Wonderful logic!