home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / maze.zip / MAZE.DOC
Text File  |  1987-05-24  |  590b  |  17 lines

  1.  
  2.  
  3. the MAZE.EXE file is compiled with QuickBasic 2.01 and requires the
  4. BRUN20.EXE file before it will run, the MAZE.BAS file can be compiled
  5. with any basic compiler.  The program could be included as a runtime
  6. module which would not need the BRUN20 file but the size is almost
  7. 50,000 bytes long.   The MAZE.BAS file will create the most complex
  8. maze in about 15 minutes, whereas the compiled version takes 1.5 min.
  9.  
  10. Instead of the print routine in the program, you can also load the
  11. GRAPHICS program that comes on you DOS disk and do Print Sceens
  12. (Shift-PrtSc) instead.
  13.  
  14.  
  15.  
  16.  
  17.