Jump to content

Maze generation: Difference between revisions

m
(→‎{{header|Python}}: replacing both method (they were pretty similar))
Line 1,468:
walk(randrange(w), randrange(h))
for (a, b) in zip(hor, ver):
print(''.join(a) + ['\n'] + ''.join(b))
 
make_maze()</lang>output<lang>+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.