home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / SIMULATION.ISO / skiing / ski.doc < prev    next >
Text File  |  1988-08-02  |  2KB  |  40 lines

  1. SKI.BAS is a small experiment in graphics I wrote just to get familiar with
  2. the way QuickBASIC handles images.  I kept everything in the game fairly simple
  3. in order to straighten out some of the basics.  I added score handling to make
  4. it a bit more interesting.  The game requires an EGA card and monitor.  I wrote
  5. SKI.BAS on a 12Mhz AT, so the delays and so forth may be a bit long (unless
  6. you're running a 386...).
  7.  
  8. Feel free to modify the code as much as you want, but please keep the original
  9. ARC file intact for distribution.  You may release modified versions of the code
  10. only if you include comments which make it clear what modifications you have
  11. made, and of course, you must keep my name in there somewhere (This isn't one
  12. of my better works but it's still mine...).
  13.  
  14. The files included in the MASACRE.ARC file are:
  15.         SKI.BAS                 The QuickBASIC source code
  16.         SKI.EXE                 The compiled program
  17.         SKI.DOC                 This text file
  18.         GUY.IMG                 Straight skiier image
  19.         GUYL.IMG                Left skiier image
  20.         GUYR.IMG                Right skiier image
  21.         TREE.IMG                Tree image
  22.         BLANK.IMG               Blank (eraser) image
  23.  
  24. The controls are:  (use number pad with NUM LOCK)
  25.         4 - left
  26.         5 - straight
  27.         6 - right
  28.  
  29. Points are accumulated by passing trees.  Colliding with a tree restarts the
  30. game.  ESC will end the game at any time.
  31.  
  32. NOTE:  The graphics used in this program were produced using another one of
  33.        my graphics experiments, a program called ICON-GEN.EXE which generates
  34.        graphics images in EGA for use in BASIC.
  35.  
  36.  
  37. Mark Botta - Milpitas, CA
  38. Voice: (408) 942-0759
  39.  
  40.