summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/html/towers.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/html/towers.html')
-rw-r--r--apps/plugins/puzzles/html/towers.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/apps/plugins/puzzles/html/towers.html b/apps/plugins/puzzles/html/towers.html
deleted file mode 100644
index a710e0ab6e..0000000000
--- a/apps/plugins/puzzles/html/towers.html
+++ /dev/null
@@ -1,22 +0,0 @@
1Towers
2<p>
3Fill in the grid with towers whose heights range from 1 to the grid
4size, so that every possible height appears exactly once in each row
5and column, and so that each clue around the edge counts the number
6of towers that are visible when looking into the grid from that
7direction. (Taller towers hide shorter ones behind them. So the
8sequence 2,1,4,3,5 would match a clue of 3 on the left, because the
91 is hidden behind the 2 and the 3 is hidden behind the 4. On the
10right, it would match a clue of 1 because the 5 hides everything
11else.)
12<p>
13To place a tower, click in a square to select it, then type the
14desired height on the keyboard. To erase a tower, click to select a
15square and then press Backspace.
16<p>
17Right-click in a square and then type a number to add or remove the
18number as a pencil mark, indicating tower heights that you think
19<em>might</em> go in that square.
20<p>
21Left-click on a clue to mark it as done (grey it out). To unmark a
22clue as done, left-click on it again. \ No newline at end of file