http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / maze.xml
index 78705fe38e506717472090d66f9e25fdcf85ac15..c72ff7fd4a1f2aeb63c7e187467d75c70b4b881a 100644 (file)
@@ -4,7 +4,7 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-solve-delay %"
+  <number id="delay" type="slider" arg="-solve-delay %"
           _label="Solve Speed" _low-label="Slow" _high-label="Fast"
           low="0" high="10000" default="5000"
           convert="invert"/>
   <!-- #### -surround-color [slateblue] -->
 
   <_description>
-This is the ancient X maze demo, modified to work with xscreensaver.
-It generates a random maze, then solves it with visual feedback.
-Originally by Jim Randell; modified by a cast of thousands.
+This generates random mazes (with various different algorithms), and
+then solves them.  Backtracking and look-ahead paths are displayed in
+different colors.
+
+Written by Jim Randell and many others; 1992.
   </_description>
 </screensaver>