home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 047.lha / maze.doc < prev    next >
Text File  |  1986-11-20  |  807b  |  20 lines

  1. /* Original code by Eddie Shields from C64 */
  2. /* Solve routine by David Flynn            */
  3. /* Intuition interface and rest by Charles J Carter */
  4. /* Usage:
  5.  * Run Maze
  6.  * click LEFT mouse button on Make Maze; do NOT use front back gadget now
  7.  * When Maze is finished use front back gadget to get to CLI
  8.  * Run Lens
  9.  * Use front back gadget to get back to Maze; click left button to make active
  10.  * Object is to get from upper left hand corner to lower right hand corner
  11.  * Use cursor keys or Keypad 2,4,6,8 to move to next junction;
  12.  * Use Solve Maze to automatically solve maze; good for demo
  13.  * Use Quit or Close gadget to Quit
  14.  */
  15.  
  16. Uses default colors of the workbench; Use popcolor or preferences to change!
  17.  
  18. Included in this package is lens, maze, maze.c and readme of course.
  19. Happy mazing!! CJC  ;8^)
  20.