summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/palisade.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/palisade.html')
-rw-r--r--apps/plugins/puzzles/src/palisade.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/apps/plugins/puzzles/src/palisade.html b/apps/plugins/puzzles/src/palisade.html
deleted file mode 100644
index c0f19c5f5c..0000000000
--- a/apps/plugins/puzzles/src/palisade.html
+++ /dev/null
@@ -1,54 +0,0 @@
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2"http://www.w3.org/TR/html4/strict.dtd">
3<html>
4<head>
5<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
6<title>Palisade</title>
7<link rel="previous" href="tracks.html">
8<link rel="ToC" href="index.html">
9<link rel="up" href="index.html">
10<link rel="index" href="docindex.html">
11<link rel="next" href="licence.html">
12</head>
13<body>
14<p><a href="tracks.html">Previous</a> | <a href="index.html">Contents</a> | <a href="docindex.html">Index</a> | <a href="licence.html">Next</a></p>
15<h1><a name="C41"></a>Chapter 41: <a name="i0"></a>Palisade</h1>
16<p>
17You're given a grid of squares, some of which contain numbers. Your goal is to subdivide the grid into contiguous regions, all of the same (given) size, such that each square containing a number is adjacent to exactly that many edges (including those between the inside and the outside of the grid).
18</p>
19<p>
20Credit for this puzzle goes to <a name="i1"></a>Nikoli, who call it &#8216;Five Cells&#8217;. <a href="#p0">[22]</a>.
21</p>
22<p>
23Palisade was contributed to this collection by Jonas K&#246;lker.
24</p>
25<p><a name="p0"></a>
26[22] <a href="http://nikoli.co.jp/en/puzzles/five_cells.html"><code>http://nikoli.co.jp/en/puzzles/five_cells.html</code></a>
27</p>
28<h2><a name="S41.1"></a>41.1 <a name="i2"></a>Palisade controls</h2>
29<p>
30Left-click to place an edge. Right-click to indicate &#8216;no edge&#8217;. Alternatively, the arrow keys will move a keyboard cursor. Holding Control while pressing an arrow key will place an edge. Press Shift-arrowkey to switch off an edge. Repeat an action to perform its inverse.
31</p>
32<p>
33(All the actions described in <a href="common.html#S2.1">section 2.1</a> are also available.)
34</p>
35<h2><a name="S41.2"></a>41.2 <a name="i3"></a>Palisade parameters</h2>
36<p>
37These parameters are available from the &#8216;Custom...&#8217; option on the &#8216;Type&#8217; menu.
38</p>
39<dl><dt>
40<em>Width</em>, <em>Height</em>
41</dt>
42<dd>
43Size of grid in squares.
44</dd>
45<dt>
46<em>Region size</em>
47</dt>
48<dd>
49The size of the regions into which the grid must be subdivided.
50</dd>
51</dl>
52
53<hr><address></address></body>
54</html>