From http://www.jwz.org/xscreensaver/xscreensaver-5.16.tar.gz
[xscreensaver] / hacks / config / maze.xml
index 0bd981a74a24d199a1ccc0ff3c30944fbd257be3..0de676afcbdc43636a59ea1d0663f5145abb7bc2 100644 (file)
   </hgroup>
 
   <_description>
-This generates random mazes (with three different maze-generation
-algorithms), and then solves them.  Backtracking and look-ahead paths
-are displayed in different colors.
+This generates random mazes, with three different algorithms: Kruskal,
+Prim, and a depth-first recursive backtracker.  It also solves them.
+Backtracking and look-ahead paths are displayed in different colors.
 
 http://en.wikipedia.org/wiki/Maze_generation_algorithm
+http://en.wikipedia.org/wiki/Maze_solving_algorithm
 
 Written by Martin Weiss, Dave Lemke, Jim Randell, Jamie Zawinski,
 Johannes Keukelaar, and Zack Weinberg; 1985.