Basic Rules
Slitherlink is a logic puzzle played on a grid of dots. Some squares between the dots contain numbers, called clues. The goal is to draw a single closed loop by connecting dots horizontally and vertically, following the clues. Each clue indicates how many of its four edges belong to the loop.
User Guide
Learn how to use the website below:
Puzzles Tab
In the Puzzles tab, you can find puzzles in two ways:
- Random Puzzle: Select the size and difficulty, then click Display to load a puzzle from a pregenerated database.
- Custom Puzzle: Enter a puzzle string in the input field and click Display to load it.
Left-click between dots to connect them and right-click to mark no connection. Use the back and forward arrows at the bottom to undo and redo moves. Once you solve the puzzle, click Check to verify your solution.
Generator Tab
In the Generator tab, create custom puzzles. Select rows, columns, and difficulty, then click Generate. The puzzle appears in the grid, and its code is displayed. Click Copy to save it.
To prevent overuse, the generator is limited to 100 unique puzzles per size.
Solver Tab
Solve puzzles automatically. You can enter the puzzle in one of the following two ways:
- Blank Grid: Select rows and columns and click Display to create an empty grid. Left-click cells to increase clues and right-click to decrease them.
- Puzzle String: Enter a puzzle string and click Display to load it.
Click Solve to display the solution in the grid.