MAZE(6) DOMAIN/IX SYS5 MAZE(6)
NAME
maze - generate a maze
USAGE
/usr/games/maze [seed [n]]
DESCRIPTION
Maze, with no arguments specified, prints a randomly
selected maze, but shows no solution. Each maze uses a set
of parameters called a seed. You may specify a particular
seed, or have the program produce one at random. If you
specify only a seed argument, maze prints the given maze
with the solution to it. If you specify an n after the seed
argument, the program prints the maze without a soultion.
NOTES
Some mazes (especially small ones) have no solutions.
Printed 12/4/86 MAZE-1