home *** CD-ROM | disk | FTP | other *** search
/ Amiga Action 60 / AA60d2.zip / AA60d2.adf / Missile_Command.doc < prev    next >
Text File  |  1992-09-02  |  4KB  |  112 lines

  1.  
  2.  
  3.                   *********************************************
  4.                   *                                           *
  5.                   *             MISSILE COMMAND               *
  6.                   *                                           *
  7.                   *         © Max Bithead, 12/16/90           *
  8.                   *                                           *
  9.                   *********************************************
  10.  
  11.  
  12.   Missile Command is released as beerware software.  That means if you're
  13.   ever in Boulder, Colorado, you can buy me a beer for my efforts.  Enjoy,
  14.   and Merry Christmas!
  15.  
  16.  
  17.   HOW TO RUN THE GAME:
  18.   --------------------
  19.  
  20.   Read the instructions in the intro.  Missile Command may be started from
  21.   either CLI or Workbench.  If it fails to run, the program couldn't allocate
  22.   all of the resources it needed and it aborted.  It needs all of the sprites,
  23.   all sound channels, and 200K of chip RAM.
  24.  
  25.   *** WARNING, WILL ROBINSON! ***  Your system may crash if you run other
  26.   sound stuff while Missile Command is running.  More than likely the sounds
  27.   in Missile Command will simply repeat, because the sounds are interrupt
  28.   driven.  To correct this, hit the "S" key twice to turn the sounds off, then
  29.   on again (or simply leave them off).  I try to allocate the sound channels
  30.   properly, so I can't explain why some sound stuff will run while Missile
  31.   Command is running.  I get the channels with the lowest possible priority, 
  32.   guaranteeing that I don't steal them from any other program, then I bump up
  33.   the priority to maximum so other stuff won't steal from me.  If other sound
  34.   stuff is running when you start Missile Command, it usually comes up with
  35.   the sound turned off.  Beware of SoundTracker stuff, it'll lock up the
  36.   computer.  If you want SoundTracker songs playing in the background, first
  37.   start Missile Command, begin a game, turn the sound off, then start the
  38.   SoundTracker song.  Once you turn off the sound in Missile Command, it
  39.   remains off until turned back on.
  40.  
  41.   Oh yea, you may have to adjust your screen (PAL people disreguard this)
  42.   because I print the scores and the sound on/off message at the very bottom
  43.   of the screen.
  44.  
  45.   And make sure you run FF (fast fonts) before Missile Command.  This should
  46.   speed up text output during the game.  The odds are your startup-sequence
  47.   already runs FF.
  48.  
  49.  
  50.   FEATURES:
  51.   ---------
  52.   
  53.     * 100% assembler code, just over 7000 lines (not including the
  54.       Commodore include files), and 29K (the rest is graphic and sound
  55.       data).
  56.  
  57.     * Hires interlaced screen using only 2 bit planes.
  58.  
  59.     * 219 levels of parallax scrolling, and ... oh, I guess not, forget
  60.       that.
  61.  
  62.     * AmigaDos 2.0 compatible.
  63.  
  64.     * All events time based, playing at the same speed on all machines.
  65.  
  66.     * Multitasking.  Uses NO CPU TIME when paused, or when waiting for
  67.       player n to click to start.  Remember the "(Left_Amiga) N or M" to
  68.       flip between screens.  And for lots of fun, pull the workbench
  69.       screen down to reveal Missile Command running in the background.
  70.  
  71.     * A perfect gift for the holidays, and at just the right price.
  72.  
  73.  
  74.   WHY WAS IT DONE?
  75.   ----------------
  76.  
  77.   Who knows, really, it just sorta happened.  But seriously, sometimes you
  78.   feel like a nut, and sometimes you don't, but wherever you go, there you
  79.   are, so I made this game.  And there you have it, the whole story.
  80.  
  81.  
  82.   WHEN WILL WE SEE MORE FROM MAX BITHEAD?
  83.   ---------------------------------------
  84.  
  85.   Well, at least not until tomorrow, I'm kinda burned out, what with the
  86.   holidays and all.  I kinda doubt it'll be that soon though.
  87.  
  88.  
  89.   CREDITS:
  90.   --------
  91.  
  92.     CODING    : Max Bithead
  93.           DevPac 2.0 assembler
  94.  
  95.     GRAPHICS    : Max Bithead
  96.           Deluxe Paint III, and CITAS 2.0 (my very own shareware
  97.           utility, now isn't that special?)
  98.  
  99.     SOUND    : Max Bithead and Perry Branch
  100.           Perfect Sound and PD bastardizations.
  101.  
  102.     REFRESHMENTS: Special thanx to Ale De Gard De Saint Arnould, DOS XX,
  103.           and Mountain Dew.
  104.  
  105.   Thanx to Perry Branch for the icon and play testing, to Charles Holt for
  106.   play testing, to the other play testers I can't remember, and to all the
  107.   members of BAUG.
  108.  
  109.   This has been an exercise in real-time sound and graphics programming on
  110.   the Amiga Computer.  The best is yet to come.
  111.  
  112.