summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/keen.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/keen.html')
-rw-r--r--apps/plugins/puzzles/src/keen.html102
1 files changed, 102 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/keen.html b/apps/plugins/puzzles/src/keen.html
new file mode 100644
index 0000000000..062f0dd728
--- /dev/null
+++ b/apps/plugins/puzzles/src/keen.html
@@ -0,0 +1,102 @@
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>Keen</title>
7<link rel="previous" href="filling.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="towers.html">
12</head>
13<body>
14<p><a href="filling.html">Previous</a> | <a href="index.html">Contents</a> | <a href="docindex.html">Index</a> | <a href="towers.html">Next</a></p>
15<h1><a name="C30"></a>Chapter 30: <a name="i0"></a>Keen</h1>
16<p>
17You have a square grid; each square may contain a digit from 1 to the size of the grid. The grid is divided into blocks of varying shape and size, with arithmetic clues written in them. Your aim is to fully populate the grid with digits such that:
18</p>
19<ul><li>
20Each row contains only one occurrence of each digit
21</li>
22<li>
23Each column contains only one occurrence of each digit
24</li>
25<li>
26The digits in each block can be combined to form the number stated in the clue, using the arithmetic operation given in the clue. That is:
27<ul><li>
28An addition clue means that the sum of the digits in the block must be the given number. For example, &#8216;15+&#8217; means the contents of the block adds up to fifteen.
29</li>
30<li>
31A multiplication clue (e.g. &#8216;60&#215;&#8217;), similarly, means that the product of the digits in the block must be the given number.
32</li>
33<li>
34A subtraction clue will always be written in a block of size two, and it means that one of the digits in the block is greater than the other by the given amount. For example, &#8216;2&#8722;&#8217; means that one of the digits in the block is 2 more than the other, or equivalently that one digit minus the other one is 2. The two digits could be either way round, though.
35</li>
36<li>
37A division clue (e.g. &#8216;3&#247;&#8217;), similarly, is always in a block of size two and means that one digit divided by the other is equal to the given amount.
38</li>
39</ul>
40<p>
41Note that a block may contain the same digit more than once (provided the identical ones are not in the same row and column). This rule is precisely the opposite of the rule in Solo's &#8216;Killer&#8217; mode (see <a href="solo.html#C11">chapter 11</a>).
42</p>
43
44</li>
45</ul>
46<p>
47This puzzle appears in the Times under the name &#8216;<a name="i1"></a>KenKen&#8217;.
48</p>
49<h2><a name="S30.1"></a>30.1 <a name="i2"></a>Keen controls</h2>
50<p>
51Keen shares much of its control system with Solo (and Unequal).
52</p>
53<p>
54To play Keen, simply click the mouse in any empty square and then type a digit on the keyboard to fill that square. If you make a mistake, click the mouse in the incorrect square and press Space to clear it again (or use the Undo feature).
55</p>
56<p>
57If you <em>right</em>-click in a square and then type a number, that number will be entered in the square as a &#8216;pencil mark&#8217;. You can have pencil marks for multiple numbers in the same square. Squares containing filled-in numbers cannot also contain pencil marks.
58</p>
59<p>
60The game pays no attention to pencil marks, so exactly what you use them for is up to you: you can use them as reminders that a particular square needs to be re-examined once you know more about a particular number, or you can use them as lists of the possible numbers in a given square, or anything else you feel like.
61</p>
62<p>
63To erase a single pencil mark, right-click in the square and type the same number again.
64</p>
65<p>
66All pencil marks in a square are erased when you left-click and type a number, or when you left-click and press space. Right-clicking and pressing space will also erase pencil marks.
67</p>
68<p>
69As for Solo, the cursor keys can be used in conjunction with the digit keys to set numbers or pencil marks. Use the cursor keys to move a highlight around the grid, and type a digit to enter it in the highlighted square. Pressing return toggles the highlight into a mode in which you can enter or remove pencil marks.
70</p>
71<p>
72Pressing M will fill in a full set of pencil marks in every square that does not have a main digit in it.
73</p>
74<p>
75(All the actions described in <a href="common.html#S2.1">section 2.1</a> are also available.)
76</p>
77<h2><a name="S30.2"></a>30.2 <a name="i3"></a>Keen parameters</h2>
78<p>
79These parameters are available from the &#8216;Custom...&#8217; option on the &#8216;Type&#8217; menu.
80</p>
81<dl><dt>
82<em>Grid size</em>
83</dt>
84<dd>
85Specifies the size of the grid. Lower limit is 3; upper limit is 9 (because the user interface would become more difficult with &#8216;digits&#8217; bigger than 9!).
86</dd>
87<dt>
88<em>Difficulty</em>
89</dt>
90<dd>
91Controls the difficulty of the generated puzzle. At Unreasonable level, some backtracking will be required, but the solution should still be unique. The remaining levels require increasingly complex reasoning to avoid having to backtrack.
92</dd>
93<dt>
94<em>Multiplication only</em>
95</dt>
96<dd>
97If this is enabled, all boxes will be multiplication boxes. With this rule, the puzzle is known as &#8216;Inshi No Heya&#8217;.
98</dd>
99</dl>
100
101<hr><address></address></body>
102</html>