summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/magnets.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/magnets.html')
-rw-r--r--apps/plugins/puzzles/src/magnets.html76
1 files changed, 76 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/magnets.html b/apps/plugins/puzzles/src/magnets.html
new file mode 100644
index 0000000000..0e756f2555
--- /dev/null
+++ b/apps/plugins/puzzles/src/magnets.html
@@ -0,0 +1,76 @@
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>Magnets</title>
7<link rel="previous" href="singles.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="signpost.html">
12</head>
13<body>
14<p><a href="singles.html">Previous</a> | <a href="index.html">Contents</a> | <a href="docindex.html">Index</a> | <a href="signpost.html">Next</a></p>
15<h1><a name="C33"></a>Chapter 33: <a name="i0"></a>Magnets</h1>
16<p>
17A rectangular grid has been filled with a mixture of magnets (that is, dominoes with one positive end and one negative end) and blank dominoes (that is, dominoes with two neutral poles). These dominoes are initially only seen in silhouette. Around the grid are placed a number of clues indicating the number of positive and negative poles contained in certain columns and rows.
18</p>
19<p>
20Your aim is to correctly place the magnets and blank dominoes such that all the clues are satisfied, with the additional constraint that no two similar magnetic poles may be orthogonally adjacent (since they repel). Neutral poles do not repel, and can be adjacent to any other pole.
21</p>
22<p>
23Credit for this puzzle goes to <a name="i1"></a>Janko <a href="#p0">[16]</a>.
24</p>
25<p>
26Magnets was contributed to this collection by James Harvey.
27</p>
28<p><a name="p0"></a>
29[16] <a href="http://www.janko.at/Raetsel/Magnete/index.htm"><code>http://www.janko.at/Raetsel/Magnete/index.htm</code></a>
30</p>
31<h2><a name="S33.1"></a>33.1 <a name="i2"></a>Magnets controls</h2>
32<p>
33Left-clicking on an empty square places a magnet at that position with the positive pole on the square and the negative pole on the other half of the magnet; left-clicking again reverses the polarity, and a third click removes the magnet.
34</p>
35<p>
36Right-clicking on an empty square places a blank domino there. Right-clicking again places two question marks on the domino, signifying &#8216;this cannot be blank&#8217; (which can be useful to note deductions while solving), and right-clicking again empties the domino.
37</p>
38<p>
39Left-clicking a clue will mark it as done (grey it out), or unmark it if it is already marked.
40</p>
41<p>
42You can also use the cursor keys to move a cursor around the grid. Pressing the return key will lay a domino with a positive pole at that position; pressing again reverses the polarity and then removes the domino, as with left-clicking. Using the space bar allows placement of blank dominoes and cannot-be-blank hints, as for right-clicking.
43</p>
44<p>
45(All the actions described in <a href="common.html#S2.1">section 2.1</a> are also available.)
46</p>
47<h2><a name="S33.2"></a>33.2 <a name="i3"></a>Magnets parameters</h2>
48<p>
49These parameters are available from the &#8216;Custom...&#8217; option on the &#8216;Type&#8217; menu.
50</p>
51<dl><dt>
52<em>Width</em>, <em>Height</em>
53</dt>
54<dd>
55Size of grid in squares. There will be half <em>Width</em> &#215; <em>Height</em> dominoes in the grid: if this number is odd then one square will be blank.
56<p>
57(Grids with at least one odd dimension tend to be easier to solve.)
58</p>
59
60</dd>
61<dt>
62<em>Difficulty</em>
63</dt>
64<dd>
65Controls the difficulty of the generated puzzle. At Tricky level, you are required to make more deductions about empty dominoes and row/column counts.
66</dd>
67<dt>
68<em>Strip clues</em>
69</dt>
70<dd>
71If true, some of the clues around the grid are removed at generation time, making the puzzle more difficult.
72</dd>
73</dl>
74
75<hr><address></address></body>
76</html>