The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html><head><title>maze</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
</head>
<body class='pod'>
<!--
  generated by Pod::Simple::HTML v3.01,
  using Pod::Simple::PullParser v2.02,
  under Perl v5.008002 at Thu Aug  5 13:56:25 2004 GMT.

 If you want to change this HTML document, you probably shouldn't do that
   by changing it directly.  Instead, see about changing the calling options
   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
   then reconverting this document from the Pod source.
   When in doubt, email the author of Pod::Simple::HTML for advice.
   See 'perldoc Pod::Simple::HTML' for more info.

-->

<!-- start doc -->
<a name='___top' class='dummyTopAnchor' ></a>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="NAME"
>NAME</a></h1>

<p>maze - generate a maze problem</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="SYNOPSIS"
>SYNOPSIS</a></h1>

<pre lang='und' xml:lang='und'>  maze [ -fl | -fi | -df | -sf ] [width height]</pre>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="DESCRIPTION"
>DESCRIPTION</a></h1>

<p>Without arguments, maze defaults to the standard behavior. It asks for the desired width and height, then displays a maze on standard output.</p>

<p>Maze contains five maze types: the normal one (no option), flood fills (-fl), fiendish random mazes (-fi), fiendish favoring longer paths (&#34;deep&#34; fiendish: -df), and fiendish favoring shorter paths (&#34;shallow&#34; fiendish: -sf).</p>

<p>Maze also accepts the width and height on the command line. If either is too small, it will prompt for a replacement.</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="BUGS"
>BUGS</a></h1>

<p>Large mazes are slow.</p>

<h1><a class='u' href='#___top' title='click to go to top of document'
name="AUTHOR_and_COPYRIGHT"
>AUTHOR and COPYRIGHT</a></h1>

<p>Maze is Copyright 1999 Rocco Caputo &#60;troc@netrus.net&#62;. All rights reserved. Maze is free software; you may redistribute it and/or modify it under the same terms as Perl itself.</p>

<!-- end doc -->

</body></html>