Maze generation: Difference between revisions

Content added Content deleted
m (→‎{{header|Tcl}}: more tinkering, making this code a class)
m (double)
Line 1: Line 1:
{{draft task|Games}}{{wikipedia|Maze generation algorithm}}
{{draft task|Games}}{{wikipedia|Maze generation algorithm}}


Generate and show a maze, using using the simple [[wp:Maze_generation_algorithm#Depth-first_search|Depth-first search]] algorithm.
Generate and show a maze, using the simple [[wp:Maze_generation_algorithm#Depth-first_search|Depth-first search]] algorithm.


<!-- BEGIN TEXT FROM WIKIPEDIA -->
<!-- BEGIN TEXT FROM WIKIPEDIA -->