Author: 红葉 (MOMIJI), from China, this question comes from his personal blog.
Slitherlink
Draw a single continuous loop by connecting neighboring dots along the dotted lines. The numbers indicate how many edges of a cell are used for the loop. The loop may not touch or cross itself, and it doesn't need to touch all of the dots.
See
Nikoli linkfor an example.
It needs to use the simple form of "1-1" at the corner, so it is more suitable for beginner players.
Solution code: For each row the longest run of cells inside the loop.
on 22. October 2022, 01:41 by Drawoon
Oooh, I've never had to use this 1-1 logic before. Thanks for teaching me a new trick!
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.