X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Fmaze.xml;h=faaabc0b6a9df243a2353cdaf895f2e212897224;hp=0de676afcbdc43636a59ea1d0663f5145abb7bc2;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=2762a7d7cf8d83e68b8f635941f6609119d630ae diff --git a/hacks/config/maze.xml b/hacks/config/maze.xml index 0de676af..faaabc0b 100644 --- a/hacks/config/maze.xml +++ b/hacks/config/maze.xml @@ -4,44 +4,57 @@ - - - - - - - - - -
- + + + + + +
+ + +
+ +
+ + +
- +
+ + + + + + + + +
+ <_description> This generates random mazes, with three different algorithms: Kruskal, Prim, and a depth-first recursive backtracker. It also solves them.