MAZI.BAS -- MAZESB.SRC -- MAZESB.PRG -- (fast machine language solver) by Guillermo F. Bremer, Jr., Monterrey, Mexico Builds a maze of the specified dimensions, then it solves it. This program also appears on ncc_1_5.ccvf as MAZE.BAS MAZE.BAS -- (this launches it) MAZE.PRG -- MAZEG1.SRC -- MAZEG2.SRC -- INPUTR.SRC -- by Greg Allen For some reason, MAZE.BAS must be run from the menu, and not invoked manually. Perhaps it assume a certain display scroll offset (eg, none). It generates a 63x31 maze while displaying it. Then a prompt appears: CMD> Use the arrow keys to navigate through the maze. Hit to get the mouse-eye view. Hit to get back to top level view. CTRL-D (or ) jumps to FCS. This exact program also appears on chip_119.ccvf.