X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fconfig%2Fmaze.xml;h=0bd981a74a24d199a1ccc0ff3c30944fbd257be3;hb=7b34ef992563d7bcbb64cc5597dc45fa24470b05;hp=c72ff7fd4a1f2aeb63c7e187467d75c70b4b881a;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/config/maze.xml b/hacks/config/maze.xml index c72ff7fd..0bd981a7 100644 --- a/hacks/config/maze.xml +++ b/hacks/config/maze.xml @@ -5,51 +5,51 @@ + _label="Grid size" low="0" high="100" default="0"/> - +
+ - - - - - - + +
<_description> -This generates random mazes (with various different algorithms), and -then solves them. Backtracking and look-ahead paths are displayed in -different colors. +This generates random mazes (with three different maze-generation +algorithms), and then solves them. Backtracking and look-ahead paths +are displayed in different colors. + +http://en.wikipedia.org/wiki/Maze_generation_algorithm -Written by Jim Randell and many others; 1992. +Written by Martin Weiss, Dave Lemke, Jim Randell, Jamie Zawinski, +Johannes Keukelaar, and Zack Weinberg; 1985.