Slitherlink Solver

To find a single continuous path (in black) round the area, where the number of lines around any square equals the number in the square.

You can select one of various puzzles. Restart reloads the selected puzzle. You can also save the puzzle, perhaps prior to a guess, and later restore it.

Each line can be undefined (by default), black (ie set) or white (not set).

You can solve it interactively. If you click near a line in a square it will change it to its next state.

A series of rules have been programmed to help in the solution - though more are needed. You can try each in turn (often many times) or CheckAll applies each once.

These rules include special cases like corners, if the cell has 0, 3 or 2 walls, rules for working if a line must be set or not, and one which checks if a line encloses a path too small.

The program determines if all squares are correct and there is one continuous path.

To be added : If you press BackTrack a solution is sought using backtracking. You are then told if it is solved and in which case how many moves were taken. If you press ShowMoves then you will see all the moves taken. You can slow or speed this.

Choose from