Maze generation: Difference between revisions

Added algorithm
(Smaller example maze)
(Added algorithm)
Line 1:
{{draft task|Games}}{{wikipedia|Maze generation algorithm}}
 
Generate and show a maze, using using the simple [http://en.wikipedia.org/wiki/Maze_generation_algorithm#Depth-first_search Depth-first search] algorithm.
Generate and show a maze.
 
=={{header|PicoLisp}}==
Anonymous user