diff options
Diffstat (limited to 'apps/plugins/puzzles/html/bridges.html')
| -rw-r--r-- | apps/plugins/puzzles/html/bridges.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/html/bridges.html b/apps/plugins/puzzles/html/bridges.html new file mode 100644 index 0000000..06ec2d4 --- /dev/null +++ b/apps/plugins/puzzles/html/bridges.html @@ -0,0 +1,13 @@ +Bridges +<p> +Draw horizontal or vertical bridges to link up all the islands. +Bridges may be single or double; they may not cross; the islands +must all end up connected to each other; the number in each island +must match the number of bridges that end at that island (counting +double bridges as two). Note that loops of bridges are permitted. +<p> +Click on an island and drag left, right, up or down to draw a bridge +to the next island in that direction. Do the same again to create a +double bridge, and again to remove the bridge if you change your +mind. Click on an island without dragging to mark the island as +completed once you think you have placed all its bridges. |