Maze generation: Difference between revisions

added an image of a simple maze for the task's preamble.
(Added elm version)
(added an image of a simple maze for the task's preamble.)
Line 1:
{{task|Games}}{{wikipedia|Maze generation algorithm}}
[[File:a maze.png|600px||right|a maze]]
 
Generate and show a maze, using the simple [[wp:Maze_generation_algorithm#Depth-first_search|Depth-first search]] algorithm.
 
Line 9 ⟶ 11:
 
See also [[Maze solving]].
<br><br>
 
=={{header|Ada}}==