X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fconfig%2Fmaze.xml;h=3cf4419b2ee51375082f40710e55d2cf749b6fa9;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hp=0de676afcbdc43636a59ea1d0663f5145abb7bc2;hpb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;p=xscreensaver diff --git a/hacks/config/maze.xml b/hacks/config/maze.xml index 0de676af..3cf4419b 100644 --- a/hacks/config/maze.xml +++ b/hacks/config/maze.xml @@ -4,46 +4,59 @@ - - - - - - - - - -
- + + + + + +
+ + +
+ +
+ + +
- +
+ + + + + + + + +
+ <_description> -This generates random mazes, with three different algorithms: Kruskal, +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.