          ------------------
          -- Typhoon 2001 --
          ------------------
  (c) 2006 - 2007 by Thorsten Kuphaldt
     kuphaldt@gmx.de - www.kuto.de
        ----------------------

Hello everyone,

this is an almost complete remake of Tempest 2000, which was originally created by
Jeff "Yak" Minter as a remake of the arcade-game Tempest, which was in turn created
by Dave Theurer.

Almost everything is in place now, only a few enemies are missing (most notably the
fuseball, the mirrors and the UFO)and the balancing needs a lot of work.

Still, the game itself is pretty playable by now and a lot of fun :)

Controls:
---------

Cursor Left:   Move left
Cursor Right:  Move right
Space:         Fire
Tab:           Jump (only available if jump powerup has been collected)
Enter:         Superzapper (only once per level)
PageUp:        Zoom in
PageDown:      Zoom out
Esc:           Exit
P:             Pause

F1:            Turn on camera movement
F4:            Turn off camera movement

F5:            Web based camera rotation
F6:            Center based camera rotation
F8:            Turn off camera rotation

Editor control:
---------------

The editor is invoked with "typhoon <levelfile>". If the <levelfile> exists it will be loaded,
if not it is created on saving. 

Level files should be named "*.web".

Cursor Left           Rotate *only* current node 5 degrees to the left OR move current node .25 Units to the left
Cursor Right          Rotate *only* current node 5 degrees to the right OR move current node .25 Units to the right
Cursor Up             Rotate *only* current node 25 degrees to the left OR move current node .25 Units up
Cursor Down           Rotate *only* current node 25 degrees to the right OR move current node .25 Units down
Brace Right           Select next node
Brace Left            Select previous node
Home                  Select first node
End                   Select last node
Alt + Cursor Left     Move Web 0.25 units to the left
Alt + Cursor Right    Move Web 0.25 units to the right
Alt + Cursor Up       Move Web 0.25 units up
Alt + Cursor Down     Move Web 0.25 units down
Ctrl + Cursor Left    Rotate current and all further nodes 5 degrees to the left
Ctrl + Cursor Right   Rotate current and all further nodes 5 degrees to the right
Page Up               Zoom in
Page Down             Zoom out
Enter                 Add node at end
Backspace             Remove node from the end
Insert                Insert node at current position
Delete                Delete node at current position
1                     Select color 1
2                     Select color 2
Q                     Raise Red for current color
W                     Raise Green for current color
E                     Raise Blue for current color
A                     Lower Red for current color
S                     Lower Green for current color
D                     Lower Blue for current color
O                     Toggle between closed and open web
C                     Toggle between normal and inverted control 
F1                    Change Web name
F2                    Change Author name
F8                    Save Level to disk
F7                    Reload current level
Esc                   Quit (level is NOT automatically saved...)
