SPEEDER Copyright 1993 Scott D. Ramsay
Written completly with the SPX Game Library
Quick and Dirty help file
============================================================
Speeder is a racing game.  Where you race laps against the
computer and the clock.  Take out the competiton by ramming, lazers,
missiles, and seekers.
============================================================

Misc. keys:

  ESC  - Quit game
  P    - Pause game
  M    - Display (heap) memory usage
  +    - Make game slow
  -    - Make game fast

Player's keys:

   Motion:  (keypad)
    Ŀ
     7  8  9 
    Ĵ
     4  5  6 
    Ĵ
     1  2  3 
    

   Toggle autopilot mode:               A
   Launch a seeker:                     S
   Shoot (missiles or lazers):          SPACE
   Change flight mode:                  ENTER

   There are two flight modes:
       1. Rotate mode - Rotate mode is similar to the old arcade game
             Asteroids. Motion is controlled by rotating the ship to
             the direction you want (clockwise or counter-clockwise)
             and pressing a thrust key.  So the player's motion keys
             follows:

                    Ŀ
                    rotate ccforward  rotate c 
                    & fwd thr thrust  & fwd thr
                    Ĵ
                    rotate   forward  rotate   
                    counter-c thrust  clock-wz 
                    Ĵ
                    rotate ccreverse  rotate c 
                    & rev thr thrust  & rev thr
                    

       2. Direction mode - Direction mode, is your basic mode.  Up will
            go up, down will go down, left..left, etc.  Unlike most games
            which automatically change to that particular direction, the
            ship will rotate to that direction.  So the player's motion keys
            follows as:

                    Ŀ
                    up-left   up      up-right 
                                               
                    Ĵ
                    left              right    
                                               
                    Ĵ
                    down-left down    down-    
                                       right   
                    

            So pressing the UP key will automatically rotate the ship
             until it is facing up. UP-LEFT will rotate the ship to a
             45 degree angle facing up-left.

