home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / PROG / BWSB120A.ZIP / TTP.TXT < prev   
Encoding:
Text File  |  1994-12-23  |  1.2 KB  |  38 lines

  1.                     ---= Tailgunner Target Practice ==---
  2.                              by Alex Chalfin
  3.  
  4.  A game to somewhat show off the capabilities of BWSB.
  5.  
  6.  Requirements:
  7.  
  8.    - A 386 or faster computer.
  9.    - A BWSB compatible sound card (GUS, SB family, PAS).
  10.    - VGA/MCGA graphics card.
  11.    - About 400K free memory.
  12.  
  13.  
  14.  What this game demonstrates:
  15.  
  16.    - Use of the PlaySample routine in an interactive sence.
  17.    - Combination of music and sound effects.
  18.    - Multiple sound effect channels.
  19.  
  20.  Keys:
  21.   Cursor arrows - Moves gun around
  22.   Space bar     - Fire!
  23.   Enter         - Removes bitmap
  24.   Esc           - Quit
  25.  
  26.  Please note, this game was a quick hack. If made properly, it could
  27.  actually be somewhat playable <g>. Just don't take any of the code as a
  28.  serious attempt to make a game :)
  29.  
  30.  The GDM file (TTP.GDM) is an origional composition by Tek/OTM called
  31.  "Tek Gets Off", I just changed the name to TTP, and added 2 samples (the
  32.  laser and the explosion).
  33.  
  34.  While playing the game, if it runs slowly on your computer, press ENTER, and
  35.  that will remove the cage bitmap. This will allow it to run much faster. Also,
  36.  I do not check for vertical retrace, so it will run as fast as your computer
  37.  will go.
  38.