Previous | Contents | Index | Next

Chapter 23: Loopy

You are given a grid of dots. Your aim is to draw a single unbroken loop from dot to dot within the grid.

Some of the square spaces between the dots contain numbers. These numbers indicate how many of the four edges of that square are part of the loop. The loop you draw must correctly satisfy all of these clues to be considered a correct solution.

Credit for this puzzle goes to Nikoli [10].

Loopy was contributed to this collection by Mike Pinna.

[10] http://www.nikoli.co.jp/puzzles/3/index-e.htm (beware of Flash)

23.1 Loopy controls

Click the left mouse button between two dots to add a line segment connecting them. Click again to remove that line segment.

If you are sure that a particular line segment is not part of the loop, you can click the right mouse button to add a small cross indicating this. Click again to remove the cross.

(All the actions described in section 2.1 are also available.)

23.2 Loopy parameters

These parameters are available from the ‘Custom...’ option on the ‘Type’ menu.

Width, Height
Size of grid in squares.
Difficulty
Controls the difficulty of the generated puzzle.

[$Id: puzzles.but 7979 2008-04-08 10:30:18Z simon $]