diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-12-05 00:59:34 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-12-05 00:59:34 +0000 |
commit | cf0e1b5f3422dc1adc60b1684591ab0962c441bb (patch) | |
tree | 8c69f5fe70d39475e1dc31ef994f719948c70621 /HELP | |
parent | 2432acd3b0cc49fb71cfee5b32e14e0eac773619 (diff) |
Updates and added help page
Diffstat (limited to 'HELP')
-rw-r--r-- | HELP/bomb.png | bin | 0 -> 1495 bytes | |||
-rw-r--r-- | HELP/help.txt | 64 | ||||
-rw-r--r-- | HELP/loop1.png | bin | 0 -> 9091 bytes | |||
-rw-r--r-- | HELP/piece.png | bin | 0 -> 3142 bytes | |||
-rw-r--r-- | HELP/pit.png | bin | 0 -> 869 bytes | |||
-rw-r--r-- | HELP/twister.png | bin | 0 -> 1833 bytes | |||
-rw-r--r-- | HELP/wire1.png | bin | 0 -> 4061 bytes | |||
-rw-r--r-- | HELP/wire2.png | bin | 0 -> 3884 bytes | |||
-rw-r--r-- | HELP/wire3.png | bin | 0 -> 4094 bytes |
9 files changed, 64 insertions, 0 deletions
diff --git a/HELP/bomb.png b/HELP/bomb.png Binary files differnew file mode 100644 index 0000000..0bb3eed --- /dev/null +++ b/HELP/bomb.png diff --git a/HELP/help.txt b/HELP/help.txt new file mode 100644 index 0000000..ef89506 --- /dev/null +++ b/HELP/help.txt @@ -0,0 +1,64 @@ +
+@THE RULES
+
+You start with an empty pit that has electrodes
+down the sides and at the bottom.
+
+#incbin::HELP/pit.png
+
+You must connect these using geometric
+shapes that fall from the sky which have
+wires embedded in the blocks...
+
+#incbin::HELP/piece.png
+
+I'm sure you'll (cough) recognise the shapes.
+
+Once a piece has landed in the pit if a
+connection can be made between electrodes,
+or a loop of wires can be made, then these
+are removed and you score lovely points...
+
+#incbin::HELP/wire1.png
+
+#incbin::HELP/loop1.png
+
+If a connection cannot be made, as in this one:
+
+#incbin::HELP/wire2.png
+
+Then the peices are unglued and any hanging bits
+drop down into the pit to make other possible
+loops...
+
+#incbin::HELP/wire3.png
+
+If a piece lands with anything sticking out of the
+top of the pit, it's GAME OVER.
+
+
+@SPECIAL PIECES
+
+Once in a while a special piece may drop down...
+
+
+!SMART BOMB
+
+#incbin::HELP/bomb.png
+
+This special will destroy all blocks that are the
+same as the one it lands on. Landing on nothing
+is probably not a good idea...
+
+
+!TWISTER
+
+#incbin::HELP/twister.png
+
+The twister will rotate all the pieces in the pit
+four times, scoring any loops and wires that
+are made from doing this.
+
+
+* * * * * * * * * * * * *
+
diff --git a/HELP/loop1.png b/HELP/loop1.png Binary files differnew file mode 100644 index 0000000..26a2804 --- /dev/null +++ b/HELP/loop1.png diff --git a/HELP/piece.png b/HELP/piece.png Binary files differnew file mode 100644 index 0000000..c49339e --- /dev/null +++ b/HELP/piece.png diff --git a/HELP/pit.png b/HELP/pit.png Binary files differnew file mode 100644 index 0000000..1464996 --- /dev/null +++ b/HELP/pit.png diff --git a/HELP/twister.png b/HELP/twister.png Binary files differnew file mode 100644 index 0000000..61b3e40 --- /dev/null +++ b/HELP/twister.png diff --git a/HELP/wire1.png b/HELP/wire1.png Binary files differnew file mode 100644 index 0000000..d4116c2 --- /dev/null +++ b/HELP/wire1.png diff --git a/HELP/wire2.png b/HELP/wire2.png Binary files differnew file mode 100644 index 0000000..ad44b14 --- /dev/null +++ b/HELP/wire2.png diff --git a/HELP/wire3.png b/HELP/wire3.png Binary files differnew file mode 100644 index 0000000..5e8f709 --- /dev/null +++ b/HELP/wire3.png |