MAZE(6) BSD MAZE(6)
NAME
maze - generate a maze
SYNOPSIS
/usr/games/maze [ seed [ -n ]]
DESCRIPTION
maze generates a conventional rectangular labyrinth. To set the random
number generator to a particular seed value, supply an integer seed as
the argument. Invoking maze with a given seed always produces the same
maze.
If you provide a seed value, maze also shows the solution to the
labyrinth. To suppress this effect, use the -n option.
BUGS
Assumes hardcopy output when displaying the solution.