( t m ) replaced with trademark symbol
[rfk] / help.html
1 <html>
2 <head><title>robotfindskitten</title></head>
3 <style type="text/css">
4 body {
5         color: green;
6         background-color: black;
7         text-align: center;
8         font-size: 20pt;
9         font-family: serif;
10 }
11 h1 {
12         font-size: 40pt;
13 }
14 a {
15         color: yellow;
16 }
17 </style>
18 <body>
19 <h1>robotfindskitten</h1>
20
21 <p>robotfindskitten is a Zen simulation.  robot must find kitten
22 in an area full of non-kitten items.  The original version was
23 written in 1997 by the illustrious Leonard Richardson for the Nerth
24 Pork robotfindskitten contest.  This Maemo port was written by
25 Thomas Thurman in 2009.</p>
26
27 <p>You may learn more at <a href="http://www.robotfindskitten.org">the
28 robotfindskitten website</a>.</p>
29
30 <p>You may scroll this help text.  When you
31 are done, you may close this window and return
32 to robotfindskitten</a>.</p>
33
34 <h2>Moving robot around</h2>
35
36 <p>There are three ways to move robot around.  Firstly, you may tap
37 on any side of robot to move robot in that direction, including
38 diagonally.</p>
39
40 <p>Secondly, you may use the arrow keys on the keyboard.  However,
41 this does not allow you to move diagonally.</p>
42
43 <p>Thirdly, you may use the vi keys (also called the nethack keys).
44 They are:</p>
45 <center>
46 <big><big><pre>
47 y  k  u
48 h  &middot;  l
49 b  j  n
50 </pre></big></big>
51 </center>
52 </p>
53
54 <h2>Run, robot, run!</h2>
55 <p>If you are controlling robot with the keyboard, then holding
56 down Shift as you move will make robot run until meeting
57 an item or the wall.</p>
58
59 <h2>Adding new non-kitten items</h2>
60 <p>There is no way to do this.  It should be in the next release.</p>
61
62 <h2>Background</h2>
63 <p>&quot;Day and night I feverishly worked upon the
64 machine, creating both a soul which could desire
65 its goal, and a body with which it could realize
66 it. Many who saw my creation called it an
67 abomination, and denied me grant money. But they
68 could not dissuade me from my impossible task. It
69 was a spectre that tormented me always, a ghost I
70 had to give a form and a life, lest it consume me
71 from the inside.  And when at last my task was
72 done, when the grey box on wheels was complete and
73 when it, as well as I, knew what had to be done, I
74 felt deep sympathy for the machine.  For I had not
75 destroyed the phantom, but merely exorcized it
76 into another body. The robot knew not why this
77 task had to be performed, for I could not imbue it
78 with knowledge I did not myself posess. And at the
79 same time, I felt a sweeping sense of relief sweep
80 over me, that somehow, the dream that had driven
81 me for my entire life had come one step closer to
82 fruition.  &quot;As I vocally activated the robot, I
83 realized that it was following my instructions,
84 but not out of any desire to obey me. Had I
85 remained silent, it would have performed
86 exactly the same operations. We were two beings
87 controlled by the same force now. And yet, seeking
88 vainly to hold some illusion of control over the
89 machine I thought I had created, I gave my final
90 command.</p>
91
92 <p>&quot;`GO!' I told the box as it began to roll out of
93 my workshop into the frozen desert beyond. `FIND
94 KITTEN!'&quot;</p>
95
96 <p><cite>&mdash; The Book of Found Kittens</cite>, pages 43-4, author unknown</p>
97
98 </body>
99 </html>