Slitherlink puzzles are wonderfully pure logic puzzles with simple rules, yet they can be surprisingly rich to solve. They’re also known as Takegaki, Loop the Loop, or Fences puzzles.

The goal

Each puzzle is a lattice of dots with number clues in some cells. Link adjacent dots so that:

  1. The value of each clue equals the number of links surrounding that cell.
  2. Empty squares may be surrounded by any number of links.
  3. When finished, the solution is a single continuous loop with no crossings or branches.

Core insight: 0 or 2 lines at each point

Every lattice point has either exactly two lines connected to it, or none. That single fact powers most beginner deductions:

Corner patterns

Adjacent 3s

If two 3s sit next to each other horizontally or vertically, their shared edge must be filled, and the outer parallel edges usually fill as well. The path wraps in an “S” shape rather than continuing straight through.

Practice in the app

Ready to try? Open Slitherlink on iOS or Android — start with small 6×8 boards, then grow into daily giant challenges.

Language