summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/inertia.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/inertia.html')
-rw-r--r--apps/plugins/puzzles/src/inertia.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/apps/plugins/puzzles/src/inertia.html b/apps/plugins/puzzles/src/inertia.html
deleted file mode 100644
index a8cca75c37..0000000000
--- a/apps/plugins/puzzles/src/inertia.html
+++ /dev/null
@@ -1,54 +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>Inertia</title>
7<link rel="previous" href="loopy.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="tents.html">
12</head>
13<body>
14<p><a href="loopy.html">Previous</a> | <a href="index.html">Contents</a> | <a href="docindex.html">Index</a> | <a href="tents.html">Next</a></p>
15<h1><a name="C24"></a>Chapter 24: <a name="i0"></a>Inertia</h1>
16<p>
17You are a small green ball sitting in a grid full of obstacles. Your aim is to collect all the gems without running into any mines.
18</p>
19<p>
20You can move the ball in any orthogonal <em>or diagonal</em> direction. Once the ball starts moving, it will continue until something stops it. A wall directly in its path will stop it (but if it is moving diagonally, it will move through a diagonal gap between two other walls without stopping). Also, some of the squares are &#8216;stops&#8217;; when the ball moves on to a stop, it will stop moving no matter what direction it was going in. Gems do <em>not</em> stop the ball; it picks them up and keeps on going.
21</p>
22<p>
23Running into a mine is fatal. Even if you picked up the last gem in the same move which then hit a mine, the game will count you as dead rather than victorious.
24</p>
25<p>
26This game was originally implemented for Windows by Ben Olmstead <a href="#p0">[11]</a>, who was kind enough to release his source code on request so that it could be re-implemented for this collection.
27</p>
28<p><a name="p0"></a>
29[11] <a href="http://xn13.com/"><code>http://xn13.com/</code></a>
30</p>
31<h2><a name="S24.1"></a>24.1 <a name="i1"></a>Inertia controls</h2>
32<p>
33You can move the ball in any of the eight directions using the numeric keypad. Alternatively, if you click the left mouse button on the grid, the ball will begin a move in the general direction of where you clicked.
34</p>
35<p>
36If you use the &#8216;Solve&#8217; function on this game, the program will compute a path through the grid which collects all the remaining gems and returns to the current position. A hint arrow will appear on the ball indicating the direction in which you should move to begin on this path. If you then move in that direction, the arrow will update to indicate the next direction on the path. You can also press Space to automatically move in the direction of the hint arrow. If you move in a different direction from the one shown by the arrow, arrows will be shown only if the puzzle is still solvable.
37</p>
38<p>
39All the actions described in <a href="common.html#S2.1">section 2.1</a> are also available. In particular, if you do run into a mine and die, you can use the Undo function and resume playing from before the fatal move. The game will keep track of the number of times you have done this.
40</p>
41<h2><a name="S24.2"></a>24.2 <a name="i2"></a>Inertia parameters</h2>
42<p>
43These parameters are available from the &#8216;Custom...&#8217; option on the &#8216;Type&#8217; menu.
44</p>
45<dl><dt>
46<em>Width</em>, <em>Height</em>
47</dt>
48<dd>
49Size of grid in squares.
50</dd>
51</dl>
52
53<hr><address></address></body>
54</html>