home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
047.lha
/
maze.doc
< prev
next >
Wrap
Text File
|
1986-11-20
|
807b
|
20 lines
/* Original code by Eddie Shields from C64 */
/* Solve routine by David Flynn */
/* Intuition interface and rest by Charles J Carter */
/* Usage:
* Run Maze
* click LEFT mouse button on Make Maze; do NOT use front back gadget now
* When Maze is finished use front back gadget to get to CLI
* Run Lens
* Use front back gadget to get back to Maze; click left button to make active
* Object is to get from upper left hand corner to lower right hand corner
* Use cursor keys or Keypad 2,4,6,8 to move to next junction;
* Use Solve Maze to automatically solve maze; good for demo
* Use Quit or Close gadget to Quit
*/
Uses default colors of the workbench; Use popcolor or preferences to change!
Included in this package is lens, maze, maze.c and readme of course.
Happy mazing!! CJC ;8^)