home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / games1 / dcmaze10.zip / DCMAZE.DOC next >
Text File  |  1993-07-25  |  687b  |  17 lines

  1. Usage: dcmaze filename.ext width height [flat [wall]]
  2. Where:
  3.  
  4.  filename.ext - is the filename to hold the maze (like WORLD.003)
  5.  filename.pcx - will contain a 3 color PCX of the maze (solved)
  6.  width        - width of the world to be created (must be ODD)
  7.  height       - height of the world to be created (must be ODD)
  8.  flat         - landscaping block for flat areas (default 3) 
  9.  wall         - landscaping block for walls (default 14)
  10.  
  11.  up-ladder    - landscaping block UP exit (default 35)
  12.  
  13.  down-ladder  - landscaping block DOWN exit (default 36)
  14.  
  15. You should create an empty world of the right size using DCWORLD
  16. before you run DCMAZE, then replace the world's map.
  17.