home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / wbgames / tomgames / jet.doc < prev    next >
Text File  |  1977-12-31  |  5KB  |  116 lines

  1.  
  2.  
  3.     Jet
  4.  
  5.     by Thom Robertson
  6.     
  7.     8/2/90
  8.  
  9. This little game was written in Lattice C 5.04 on an Amiga 1000 with 2.5
  10. megs of memory under Workbench 1.3.
  11.  
  12. Jet runs on the Workbench screen.
  13.  
  14. Playing Jet is more complex than the other compiler-time games I have made.
  15. You load Jet by clicking on the Jet icon or by typing "jet" from the CLI. 
  16. When the window appears, you will be told where the baddie is, and to press
  17. the space bar to continue.
  18.  
  19. After pressing the space bar, you will see a square area in the upper
  20. portion of the window.  This area will probably have nothing but a single
  21. dot in the center.  The square is your radar display, and that dot is you.
  22.  
  23. The radar has five magnification settings, controled by the F6-F10 keys,
  24. with F6 being the smallest magnification.  Hit the F10 key, and you will
  25. see four dimmer dots in a square around your dot.  These dots are only
  26. ground reference dots, and only appear on the highest MAG mode.  You will
  27. also see other, brighter dots.  These are the enemy planes, and you must
  28. put AMRAAM missiles up their tailpipes to win.
  29.  
  30. The big bar at the bottom of the window is your thrust indicator.  Increase
  31. and decrease your thrust with the up and down arrow keys.  The circle to
  32. the right of the thrust bar is your heading indicator.  You can turn your
  33. plane with the left and right arrow keys.  Turn your plane to the nearest
  34. enemy dot and accelerate.  The lines above the word "Lock" are your
  35. aircraft silhouette.  This indicator shows which way you are turning.
  36.  
  37. When you get close to the enemy, press the F keys to magnify in and out. 
  38. When you are close to your opponent the MAG setting of F8 is best.  When
  39. you are close to the enemy, you must get behind him in order to get a
  40. target lock.  This will let you fire your missile with the space bar.  The
  41. missile will be a blinking dot on your radar.  Remember, to get a lock, you
  42. MUST get behind him and move toward him.  You can't see by the dot on the
  43. screen which way he is going, so you must figure it out by his relative
  44. movement to you.
  45.  
  46. When you get a lock, the word "LOCK" on the window will light up.  You can
  47. now fire your missile.  Notice that the word "Amraam" on the window has 5
  48. dots next to it.  This is your missile store, and as you fire, the dots
  49. disappear.
  50.  
  51. The enemy planes must also get on your tail to fire.  Once they do, their
  52. missiles will look like blinking dots moving towards you.  You can dodge
  53. the missiles by turning, as you can turn faster, but the lock will remain
  54. and the missile has a long life (about 20 seconds).  You can also use your
  55. chaff to destroy the missile when it gets close.  Press the "c" key to fire
  56. chaff.  The missile must be VERY close for this to work, however.  The word
  57. "Chaff" on the window has 10 dots next to it.  These are your chaff packs,
  58. and the dots will disappear as you use them up.
  59.  
  60. Remember, if you get hit by a missile, the game is OVER.
  61.  
  62. When you have shot down the last enemy plane, a message will tell you to
  63. return to base at 50,50.  Notice the word "Quadrant" on the window.  The
  64. two numbers next to it are your current position.  The numbers get bigger
  65. as you fly up and left.  Fly in the proper direction until your position is
  66. 50,50.  You have just won the fight!  Congratulations!
  67.  
  68. HINTS:
  69.  
  70. It is much easier to get a lock on the enemy by throttling back and turning
  71. inside of him.  However, enemy missiles are more dangerous when you are
  72. slow.
  73.  
  74. Once you have launched a missile, any turning you do will be mirrored by
  75. the enemy, which might cause your missile to miss.  I have found that, once
  76. your missile is away, the best tactic is to run like hell in a straight
  77. line and hope your missile gets him before his gets you.  If you kill an
  78. enemy, his launched missile will be destroyed too.
  79.  
  80. You will have to deal with between 1 and 5 enemy planes, and you don't want
  81. to have to deal with them all at once.  So, be aggressive.  Use max thrust
  82. to reach the nearest enemy, and kill him before his buddies reach you.
  83.  
  84.  
  85.  
  86. I made this game because I wanted a compiler-time game; that is, a game that
  87.  
  88. 1. runs on the workbench screen
  89. 2. uses little memory or processor speed
  90. 3. is very polite, multi-tasking-wise
  91. 4. is at once fun and mindless
  92.  
  93. Jet uses much more processor time than I would like, mainly because it uses 
  94. floating point math.  However, it's still fun and system friendly.
  95.  
  96.  
  97. This program was created by me, Thom Robertson.  I take no responsibility
  98. whatsoever for damage done to anyones computer or disks or data that occurs
  99. through use of this program.  I have satisfied myself that it works fine on
  100. the system I developed it on, and I believe it will work equally well on all
  101. other Amiga computer systems.  Liability-wise, though, you are on your own.
  102.  
  103. I give anyone the right to use and copy this program, Jet, for
  104. non-commercial purposes only.  Just keep the .info and .doc files with it.
  105. However, this program is shareware.  The price is a letter, from you to me,
  106. telling me how you like it, how you use it, what could make it better, etc.
  107.  
  108. If you have any problems, comments, or questions, please feel free to
  109. contact me by U.S. snail.
  110.  
  111. Thom Robertson
  112. 803-C Autumn Circle
  113. College Station, TX. 77840
  114. (409) 268-7759
  115.  
  116.