maze - generate a maze problem
maze [ -fl | -fi | -df | -sf ] [width height]
Without arguments, maze defaults to the standard behavior. It asks for the desired width and height, then displays a maze on standard output.
Maze contains five maze types: the normal one (no option), flood fills (-fl), fiendish random mazes (-fi), fiendish favoring longer paths (``deep'' fiendish: -df), and fiendish favoring shorter paths (``shallow'' fiendish: -sf).
Maze also accepts the width and height on the command line. If either is too small, it will prompt for a replacement.
Large mazes are slow.
Maze is Copyright 1999 Rocco Caputo <troc@netrus.net> All rights reserved. Maze is free software; you may redistribute it and/or modify it under the same terms as Perl itself.