diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/plugins/puzzles/html/signpost.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/html/signpost.html b/apps/plugins/puzzles/html/signpost.html new file mode 100644 index 0000000..fa23e99 --- /dev/null +++ b/apps/plugins/puzzles/html/signpost.html @@ -0,0 +1,14 @@ +Signpost +<p> +Connect all the squares together into a sequence, so that every +square's arrow points towards the square that follows it (though the +next square can be any distance away in that direction). + +<p> +Left-drag from a square to the square that should follow it, or +right-drag from a square to the square that should precede it. + +<p> +Left-drag a square off the grid to break all links to it. Right-drag +a square off the grid to break all links to it and everything else +in its connected chain. |