diff options
author | Franklin Wei <git@fwei.tk> | 2017-11-21 19:29:24 -0500 |
---|---|---|
committer | Franklin Wei <git@fwei.tk> | 2017-11-21 19:29:46 -0500 |
commit | c1dc957195a7ddc39243218405973eb083c481ce (patch) | |
tree | d5d87de612805c0b035ee3d27bcf96f1b37d2013 /apps/plugins/puzzles/src/keen.html | |
parent | e8e85c5762da65ef7fa6e49ee8cc61f132be6d34 (diff) | |
download | rockbox-c1dc957195a7ddc39243218405973eb083c481ce.tar.gz rockbox-c1dc957195a7ddc39243218405973eb083c481ce.zip |
puzzles: clean junk files
These are really not needed.
Change-Id: I8aa8d648c363c657ca104fc9876b3c63558c5608
Diffstat (limited to 'apps/plugins/puzzles/src/keen.html')
-rw-r--r-- | apps/plugins/puzzles/src/keen.html | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/apps/plugins/puzzles/src/keen.html b/apps/plugins/puzzles/src/keen.html deleted file mode 100644 index 062f0dd728..0000000000 --- a/apps/plugins/puzzles/src/keen.html +++ /dev/null | |||
@@ -1,102 +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>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> | ||
17 | You 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> | ||
20 | Each row contains only one occurrence of each digit | ||
21 | </li> | ||
22 | <li> | ||
23 | Each column contains only one occurrence of each digit | ||
24 | </li> | ||
25 | <li> | ||
26 | The 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> | ||
28 | An addition clue means that the sum of the digits in the block must be the given number. For example, ‘15+’ means the contents of the block adds up to fifteen. | ||
29 | </li> | ||
30 | <li> | ||
31 | A multiplication clue (e.g. ‘60×’), similarly, means that the product of the digits in the block must be the given number. | ||
32 | </li> | ||
33 | <li> | ||
34 | A 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, ‘2−’ 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> | ||
37 | A division clue (e.g. ‘3÷’), 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> | ||
41 | Note 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 ‘Killer’ mode (see <a href="solo.html#C11">chapter 11</a>). | ||
42 | </p> | ||
43 | |||
44 | </li> | ||
45 | </ul> | ||
46 | <p> | ||
47 | This puzzle appears in the Times under the name ‘<a name="i1"></a>KenKen’. | ||
48 | </p> | ||
49 | <h2><a name="S30.1"></a>30.1 <a name="i2"></a>Keen controls</h2> | ||
50 | <p> | ||
51 | Keen shares much of its control system with Solo (and Unequal). | ||
52 | </p> | ||
53 | <p> | ||
54 | To 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> | ||
57 | If you <em>right</em>-click in a square and then type a number, that number will be entered in the square as a ‘pencil mark’. 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> | ||
60 | The 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> | ||
63 | To erase a single pencil mark, right-click in the square and type the same number again. | ||
64 | </p> | ||
65 | <p> | ||
66 | All 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> | ||
69 | As 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> | ||
72 | Pressing 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> | ||
79 | These parameters are available from the ‘Custom...’ option on the ‘Type’ menu. | ||
80 | </p> | ||
81 | <dl><dt> | ||
82 | <em>Grid size</em> | ||
83 | </dt> | ||
84 | <dd> | ||
85 | Specifies the size of the grid. Lower limit is 3; upper limit is 9 (because the user interface would become more difficult with ‘digits’ bigger than 9!). | ||
86 | </dd> | ||
87 | <dt> | ||
88 | <em>Difficulty</em> | ||
89 | </dt> | ||
90 | <dd> | ||
91 | Controls 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> | ||
97 | If this is enabled, all boxes will be multiplication boxes. With this rule, the puzzle is known as ‘Inshi No Heya’. | ||
98 | </dd> | ||
99 | </dl> | ||
100 | |||
101 | <hr><address></address></body> | ||
102 | </html> | ||