X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Fmaze.xml;h=faaabc0b6a9df243a2353cdaf895f2e212897224;hp=c72ff7fd4a1f2aeb63c7e187467d75c70b4b881a;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439 diff --git a/hacks/config/maze.xml b/hacks/config/maze.xml index c72ff7fd..faaabc0b 100644 --- a/hacks/config/maze.xml +++ b/hacks/config/maze.xml @@ -4,52 +4,66 @@ - - - - - - - - - - - - - - - - - - +
+ + + + + +
+ + +
+ +
+ + +
+ +
+ + + + + + + + + +
+ <_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.