home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / pearl.zip / PEARL.DOC < prev    next >
Text File  |  1988-01-14  |  4KB  |  69 lines

  1.                 INSTRUCTIONS FOR PLAYING PEARL HARBOR
  2.  
  3. Source Code is Turbo Pascal and 8086 Assembly.
  4.  
  5. This is basically a game in which you are attempting to shoot down the
  6. Japanese carrier planes attacking the US fleet anchored in Pearl Harbor
  7. (Harbour) on December the 7th 1942 with an anti aircraft gun.
  8.  
  9. Although it is meant as a game,it is in fact a real time simulation.
  10. The air speed of the planes is 150 metres/sec and that of the shells 1000 m/s.
  11. The shells and bombs follow correct gravitational trajectories.
  12. The position of all the objects which comprise up to 7 planes,
  13. 10 shells and 3 bombs is evaluated every 0.25 second, and the screen
  14. is updated every 0.5 seconds.  All these objects and the scenery appear
  15. to move relative to the gun sight as the gun is moved.  Objects appear
  16. as they would to a gunner staring down the sight.  The program has a
  17. mechanism for maintaining the correct pace for those with faster PCs.
  18.  
  19. As a player's score increases the frequency of planes will increase and the
  20. direction of the attacks will diversify.  A ship is sunk if the bombs land
  21. within 85 metres longitudinally and 30 metres horizontally of its central
  22. coordinates. Planes are hit if a shell comes within 30 metres vertically,
  23. 65 metres horizontally and 200 metres longitudinally.
  24.  
  25. As ships are sunk their coordinates are transferred to the gun implacement
  26. which brings the gun under increasing probability of attack.
  27. For every 15 planes shot down the player has the number of times out of the
  28. remaining targets that the gun is targeted reduced by 1.  The score and the
  29. potential targeting of the gun are shown at the top of the screen.
  30.  
  31. The game ends when the gun position is bombed out.
  32. The objective is to shoot down as many planes as possible.
  33.  
  34. Method of play is to shoot at the planes when they appear in the gun sight
  35. which is always located in the centre (center) of the screen.  When the
  36. planes are distant allow for shell trajectory, when they are near aim
  37. in front of of their direction of travel.  The gun may be moved through
  38. 34 degrees either side of centre and from 5 to 45 degrees vertically.
  39.  
  40. The gun is controlled either by a joystick, mouse, or from the keyboard;
  41. as detailed by the game on start up.  In my experience the mouse gives
  42. the best control and the keyboard the worst.  In addition to moving and
  43. firing the gun, pressing caps-lock will display the gun bearing and
  44. elevation on the screen, T will T{emporarily} stop a game and X will
  45. stop the game completely.
  46.  
  47.  
  48. For those using the key board a few tips:-
  49.  
  50.     It is better the keep the cursor keys depressed rather than to
  51.     stab at them.
  52.  
  53.     Don't forget to use the Home, PgUp, End & Pg.Dn keys to move both
  54.     axes simultaneously.
  55.  
  56.     The cursor keys will move the gun 1 degree, if the num lock key
  57.     has been pressed then 3 degrees, if scroll-lock has been pressed
  58.     then 7 degrees; if both have been pressed 9 degrees of movement
  59.     will occur.  These multiplications are cancelled by pressing the same
  60.     key again, and these toggle keys are signalled on the top left of
  61.     the screen.
  62.  
  63.     The gun fires when the Left hand shift key is held down.  If you are
  64.     moving the gun and want to begin firing release the cursor keys for
  65.     a moment while you start to hold down the shift.
  66.  
  67. As mentioned by the terminal message an enhanced version of the game can
  68. be obtained by sending US$15 to my wife:  Virginia Dore, PO Box 70371,
  69. Kowloon Central Post Office, HONG KONG. M C Dore 1987.