X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Fmaze.xml;fp=hacks%2Fconfig%2Fmaze.xml;h=f405e9cc4d3b5b40c3f7e9e0d88e50d4c2cdceca;hp=f04eadc0a74518dcb70d47eb3e8a1608124d97c4;hb=d1ae2829ff0fd2a96c16a0c8c5420efaa47d7b30;hpb=7edd66e6bd3209013ee059819747b10b5835635b diff --git a/hacks/config/maze.xml b/hacks/config/maze.xml index f04eadc0..f405e9cc 100644 --- a/hacks/config/maze.xml +++ b/hacks/config/maze.xml @@ -62,8 +62,8 @@ 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 +https://en.wikipedia.org/wiki/Maze_generation_algorithm +https://en.wikipedia.org/wiki/Maze_solving_algorithm Written by Martin Weiss, Dave Lemke, Jim Randell, Jamie Zawinski, Johannes Keukelaar, and Zack Weinberg; 1985.