Slitherlink is one of those quiet pencil puzzles that fill the back pages of newspapers and puzzle magazines. You start with a grid of dots scattered with small numbers, and your only job is to draw one single closed loop along the grid lines. The loop may not branch, cross itself, or split into pieces — it has to be a single continuous circuit.
The numbers are the clues. Each one sits in a little cell and tells you exactly how many of the four edges around that cell the loop must use. A 0 means "the loop stays away from me entirely"; a 3 means "three of my four sides are loop." Cells with no number are free.
It feels meditative — a few logical nudges and the loop seems to draw itself. But hidden in that gentle ritual is a question that computer scientists place among the very hardest they know: given the numbers, is there any single loop that fits them at all?
Comments
Loading comments...