1 MAZE An automated X11 demo repeatedly creating and solving a random maze SYNOPSIS $ maze [-display host:display.screen] [-foreground color] [-background color] [-window] [-root] [-grid-size pixels] [-live-color color] [-dead-color color] [-solve-delay usecs] [-pre-delay usecs] [-post-delay usecs] 2 DESCRIPTION The maze program creates a "random" maze and then solves it with graphical feedback. 2 OPTIONS maze accepts the following options: -window Draw on a newly-created window. This is the default. -root Draw on the root window. -grid-size pixels The size of each block of the maze, in pixels; default is 0, meaning pick a random grid size. -live-color color The color of the path. -dead-color color The color of the failed path (it is also stippled with a 50% pattern.) -solve-delay integer Delay (in microseconds) between each step of the solution path. Default 5000, or about 1/200th second. -pre-delay integer Delay (in microseconds) between generating a maze and starting to solve it. Default 2000000 (2 seconds.) -post-delay integer Delay (in microseconds) after solving a maze and before generating a new one. Default 4000000 (4 seconds.) Clicking the mouse in the maze window controls it. "LeftButton" Clears the window and restarts maze. "MiddleButton" Pause or unpause the program. "RightButton" Exit. 2 BUGS Expose events force a restart of maze. Mouse actions are based on "raw" values (Button1, Button2 and Button3) instead of using the pointer map. 2 ENVIRONMENT DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. 2 COPYRIGHT Copyright (co 1988 by Sun Microsystems, Inc. Mountain View, CA. All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the names of Sun or MIT not be used in advertising or publicity pertaining to distribution of the software without specific prior written permission. Sun and M.I.T. make no representations about the suitability of this software for any purpose. It is provided "as is" without any express or implied warranty. SUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2 AUTHOR(s) Jim Randell [ XScreenSaver version ] jmr@mddjmr.fc.hp.com HPLabs, Bristol Richard Hess [ X11 extensions ] {...}!uunet!cimshop!rhess Consilium, Mountain View, CA Dave Lemke [ X11 version ] lemke@sun.COM Sun MicroSystems, Mountain View, CA Martin Weiss [ SunView version ] Sun MicroSystems, Mountain View, CA