summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/html/range.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/html/range.html')
-rw-r--r--apps/plugins/puzzles/src/html/range.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/html/range.html b/apps/plugins/puzzles/src/html/range.html
new file mode 100644
index 0000000000..bb5b59c4d2
--- /dev/null
+++ b/apps/plugins/puzzles/src/html/range.html
@@ -0,0 +1,21 @@
1Range
2<p>
3Colour some squares black, so as to meet the following conditions:
4<ul>
5<li>
6No two black squares are orthogonally adjacent.
7<li>
8No group of white squares is separated from the rest of the grid by
9black squares.
10<li>
11Each numbered cell can see precisely that many white squares in
12total by looking in all four orthogonal directions, counting itself.
13(Black squares block the view. So, for example, a 2 clue must be
14adjacent to three black squares or grid edges, and in the fourth
15direction there must be one white square and then a black one beyond
16it.)
17</ul>
18
19<p>
20Left-click to colour a square black. Right-click to mark a square
21with a dot, if you know it should not be black.