home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / z3help43.lbr / CMAZE.HZP / CMAZE.HLP
Encoding:
Text File  |  1991-11-10  |  1.8 KB  |  42 lines

  1. ;
  2.                                   CMAZE.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.               29k (229)  1C4E  2.4        Lee Bradley 9/91         Z3COM3
  6.  
  7.   1- Syntax/Usage  2- Compilation                                             
  8.  
  9.  
  10.    CMAZE is a game written in MBASIC.   You control a moving  "billiard  ball"
  11. with the numeric keypad keys.   Your  score  increases each time you hit  a $.
  12. Randomness and statistics display are adjustable.  
  13. :1
  14.  Syntax   CMAZE {{/}{o}}
  15.  
  16.    The optional character o will be left by the moving "ball" in its wake.  To
  17. leave no tail, just use the single /.
  18.  
  19.    External files CMAZE.TRM and  CMAZE.DTA  may be present on the logged drive
  20. and user area.  The TRM file is needed only if Z System is not used.   The DTA
  21. file, if present, will provide the maze data;  if not, maze data must be keyed
  22. in.  Try it both ways to learn the meaning of the sample DTA file.
  23.  
  24.    During the game,  you may toggle the  statistics  display by pressing the 0
  25. key.   You control the direction of the moving object by  pressing the numeric
  26. keypad.   The 9 key sends it NE,  the 1 key SW,  etc.   You  may  decrease  or
  27. increase the randomness of the motion by pressing the < and > keys respective-
  28. ly.  X ends the program prematurely.
  29.  
  30.    The object of the game is to get as high a score as  possible.   Every time
  31. the ball hits a dollar sign ($,) the bell rings and the score increases by 1.
  32. :2
  33.  Compilation 
  34.  
  35.    CMAZE is compiled and linked as follows:
  36.  
  37.    BASCOM =CMAZExx/Z/E/X
  38.    L80 Z3HDR,CMD,CMAZExx,CMAZExx/N/E
  39.  
  40.    The Z3HDR file  allows the  program to  be  Z System aware.   The  CMD file
  41. supports command tail processing.
  42.