home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / games / atc / atc_man.doc < prev    next >
Text File  |  1989-08-07  |  4KB  |  104 lines

  1. ===================================================================
  2.              A I R   T R A F F I C   C O N T R O L L E R
  3. ===================================================================
  4.  
  5. Atc lets you try your hand at the nerve wracking duties
  6. of the air traffic controller without endangering
  7. the lives of millions of travelers each year.
  8.  
  9. Your goal in Atc is to keep the game going as long
  10. as possible. There is no winning state, except
  11. to beat the times of other players. You can
  12. - launch planes by increasing their altitude
  13. - land planes by letting go to altitude zero when
  14.  exactly over the airport
  15. - maneuver planes out of the arena.
  16.  
  17. The game ends when
  18. - a plane crashes, i.e., when it has altitude zero in the
  19.  wrong place,
  20. - a plane leaves the arena at the wrong altitude, i.e., at
  21.  an other altitude than 9000 ft, or in the wrong place,
  22. - a plane lands instead of exiting, or the other way around,
  23.  or lands in the wrong direction or at the wrong airport,
  24. - two planes collide, i.e., when they are adjacent in all three
  25.  dimensions.
  26.  
  27. The radar display shows
  28. - planes: lower case for jets that move every turn, upper case
  29.  for props that move every other turn, the digit attached is
  30.  the altitude;
  31. - airports: an 'a' together with a arrow indicating the direction
  32.  in which planes take off or are supposed to land;
  33. - gates: planes enter the arena here at 7000ft (always in the same
  34.  direction), they are supposed to leave, coming from 
  35.  any direction, at 9000ft;
  36. - beacons: a '*' indicates a beacon. You can tell a plane
  37.  in advance to do something once it gets to a beacon, this is
  38.  called a 'delayed command'.
  39.  
  40. The active list shows you what planes are in the air, at what
  41. altitude, where they are heading, and whether delayed commands
  42. have been issued.
  43.  
  44. It also shows, under 'holding' what planes are waiting at
  45. airports for take-off.
  46.  
  47. Commands.
  48.  
  49. All commands start with a plane letter. Use lower case only.
  50.  
  51. - ? help. Show possible continuations at this moment.
  52. - a altitude. Specify a plane's altitude (and take off)
  53.     - 0..9 Go to given altitude (thousands of feet)
  54.     - c/+  Climb relative amount
  55.            - 0..9
  56.     - d/-  Descend relative amount
  57.            - 0..9
  58. - m mark. Display in inverse video.
  59. - i ignore. Don't display inverted. Inverse video is switched on
  60.     automatically when a delayed command is executed.
  61.     This is useful if you want to forget about a plane 
  62.     for a while.
  63. - c circle clockwise.
  64. - t turn. Change direction
  65.     - l left 45 degrees
  66.     - r right 45 degrees
  67.     - L left 90 degrees
  68.     - R right 90 degrees
  69.     <dir> turn to absolute direction; <dir> is any of the keys
  70.         'qweadzxc' around the 's': 'w' is north, 'q' is north-west,
  71.         et cetera.
  72.  
  73. Delayed commands.
  74.  
  75. Commands 'c' and 't' can be delayed: append the delay character
  76. '@' and the number of the beacon. The beacon has to be in the flight
  77. path. Example 'ate@2' means
  78. plane a, turn 'e' (i.e., north east), at beacon 2.
  79.  
  80.  
  81.  
  82. Game format.
  83.  
  84. A game file has a simple format.
  85. The first four lines contain in this order
  86. - the number of seconds between turns
  87. - the average number of turns before a new plane enters the game
  88. - the field width
  89. - the field height.
  90. The rest of the file then specifies airports, exits, beacons,
  91. and lines. Lines have no real function, other than to help you.
  92.  
  93.  
  94. Atc was first created by Ed James of UC Berkeley. 
  95. This, slightly simplified, version by 
  96.     Victor Eijkhout, 
  97.     Dingostraat 53, 6531 PA Nijmegen,
  98.     the Netherlands.
  99. Programmed in ST-Pascal of CCD. This program is shareware.
  100. Kindly show your appreciation.
  101.  
  102. ========================================================================
  103.  
  104.