home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 248.lha / Amazing / Amazing.Doc < prev    next >
Encoding:
Text File  |  1989-05-27  |  2.5 KB  |  58 lines

  1.  
  2.  
  3.                     A
  4.                    AAA
  5.                   AAAAA
  6.                  AA   AA
  7.                 AAA   AAA      MMM MMM    A   ZZZZZZ  III  N   N   GGGG
  8.                AAAAA AAAAA     M  M  M   A A  Z    Z   I   NN  N  G
  9.               AAAAAAAAAAAAA    M     M  A   A     Z    I   N N N  G  GGG
  10.              AAAA       AAAA   M     M  AAAAA    Z     I   N  NN  G    G
  11.             AAAA         AAAA  M     M  A   A   Z     III  N   N   GGGG
  12.            AAAAA         AAAAA                 Z
  13.          AAAAAAAA       AAAAAAAA              ZZZZZZZZZZZZZZZZZZZZZZZZZZ
  14.  
  15.  
  16.  
  17.      Amazing is a program which lets you create, store, and solve mazes 
  18.      using 3-D Graphics.
  19.      
  20.      I found the source code for a Maze game stuck in with a bunch of PD
  21.      software I recieved.   In some ways the programming was interesting,
  22.      but in other ways some features came up short.
  23.  
  24.      The product you have here is a result of re-writing that source code
  25.      to experiment with a few ideas I had.   A few lines of the original
  26.      Maze-Display algorithm remain intact.   I do not know who the original
  27.      author of this product was, but I credit them with the conception &
  28.      design of this game.   Thanks also to C.Heath for a dandy file
  29.      requestor.   Please send any feedback to S.CORDON (that's me folks)
  30.  
  31.  
  32.      ****************
  33.        INSTRUCTIONS
  34.      ****************
  35.  
  36.      Once you have started the program, you can move around the maze with
  37.      the Cursor keys.   The Left/Right Cursor keys will turn, and the Up
  38.      Cursor key will move forward.    You can peek at a map by pressing
  39.      the Space bar.  A Single menu lists some other options  :
  40.           ABOUT - Display Header
  41.           SHOW  - Display the Map
  42.           NEW   - Have the Computer generate a different maze.  NOTE:  This
  43.                       program is not very good about creating mazes.
  44.                       You are better off creating your own.
  45.           CLEAR - Start the maze over (if Editing this clears the maze)
  46.           OPEN  - Load a Maze from the disk  (Needs a 'Mazes' subdirectory)
  47.           SAVE  - Save a Maze that you have created
  48.           EDIT  - Enter the Maze Editor.   This is a bit crude, but works.
  49.                        The Cursor keys will move your Cursor.
  50.                        F1  = Toggle Maze Block
  51.                        F2  =    Set Maze Block
  52.                        F3  =  Clear Maze Block
  53.                        F4  =    Set Starting Point
  54.                        F5  =    Set Ending Point
  55.                        ESC =   Done Editing.
  56.           QUIT  - SeeYaLaterBye!
  57.  
  58.