Maze generation: Difference between revisions

m
Undo revision 101631 by Thundergnat (talk) Braino
m (→‎{{header|Perl 6}}: fix minor typo)
m (Undo revision 101631 by Thundergnat (talk) Braino)
Line 698:
}
my @stack;
my @current = $start_xstart_y, $start_ystart_x;
loop {
if my @next = get_unvisited_neighbors( @maze, @current ) {
10,333

edits