summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/pattern.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/pattern.html')
-rw-r--r--apps/plugins/puzzles/src/pattern.html50
1 files changed, 0 insertions, 50 deletions
diff --git a/apps/plugins/puzzles/src/pattern.html b/apps/plugins/puzzles/src/pattern.html
deleted file mode 100644
index 35f570ec85..0000000000
--- a/apps/plugins/puzzles/src/pattern.html
+++ /dev/null
@@ -1,50 +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>Pattern</title>
7<link rel="previous" href="netslide.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="solo.html">
12</head>
13<body>
14<p><a href="netslide.html">Previous</a> | <a href="index.html">Contents</a> | <a href="docindex.html">Index</a> | <a href="solo.html">Next</a></p>
15<h1><a name="C10"></a>Chapter 10: <a name="i0"></a>Pattern</h1>
16<p>
17You have a grid of squares, which must all be filled in either black or white. Beside each row of the grid are listed the lengths of the runs of black squares on that row; above each column are listed the lengths of the runs of black squares in that column. Your aim is to fill in the entire grid black or white.
18</p>
19<p>
20I first saw this puzzle form around 1995, under the name &#8216;<a name="i1"></a>nonograms&#8217;. I've seen it in various places since then, under different names.
21</p>
22<p>
23Normally, puzzles of this type turn out to be a meaningful picture of something once you've solved them. However, since this version generates the puzzles automatically, they will just look like random groupings of squares. (One user has suggested that this is actually a <em>good</em> thing, since it prevents you from guessing the colour of squares based on the picture, and forces you to use logic instead.) The advantage, though, is that you never run out of them.
24</p>
25<h2><a name="S10.1"></a>10.1 <a name="i2"></a>Pattern controls</h2>
26<p>
27This game is played with the mouse.
28</p>
29<p>
30Left-click in a square to colour it black. Right-click to colour it white. If you make a mistake, you can middle-click, or hold down Shift while clicking with any button, to colour the square in the default grey (meaning &#8216;undecided&#8217;) again.
31</p>
32<p>
33You can click and drag with the left or right mouse button to colour a vertical or horizontal line of squares black or white at a time (respectively). If you click and drag with the middle button, or with Shift held down, you can colour a whole rectangle of squares grey.
34</p>
35<p>
36You can also move around the grid with the cursor keys. Pressing the return key will cycle the current cell through empty, then black, then white, then empty, and the space bar does the same cycle in reverse.
37</p>
38<p>
39Moving the cursor while holding Control will colour the moved-over squares black. Holding Shift will colour the moved-over squares white, and holding both will colour them grey.
40</p>
41<p>
42(All the actions described in <a href="common.html#S2.1">section 2.1</a> are also available.)
43</p>
44<h2><a name="S10.2"></a>10.2 <a name="i3"></a>Pattern parameters</h2>
45<p>
46The only options available from the &#8216;Custom...&#8217; option on the &#8216;Type&#8217; menu are <em>Width</em> and <em>Height</em>, which are self-explanatory.
47</p>
48
49<hr><address></address></body>
50</html>