X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fconfig%2Fmaze.xml;h=0de676afcbdc43636a59ea1d0663f5145abb7bc2;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hp=fbbb65c44c782f5968674e8f0bb2ad85eaee9dc4;hpb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;p=xscreensaver diff --git a/hacks/config/maze.xml b/hacks/config/maze.xml index fbbb65c4..0de676af 100644 --- a/hacks/config/maze.xml +++ b/hacks/config/maze.xml @@ -23,35 +23,34 @@ _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 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 Jim Randell and many others; 1992. +Written by Martin Weiss, Dave Lemke, Jim Randell, Jamie Zawinski, +Johannes Keukelaar, and Zack Weinberg; 1985.