Jump to content

Maze generation: Difference between revisions

Updated D entry (again)
(→‎{{header|TXR}}: Add legend.)
(Updated D entry (again))
Line 1,568:
}
walk(uniform(0, w), uniform(0, h));
foreach (const a, const b; hor.zip(ver ~ []))
join(a ~ ["+\n"] ~ b).writeln;
}</lang>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.