Maze generation: Difference between revisions

Content added Content deleted
Line 3,321: Line 3,321:
=={{header|Lua}}==
=={{header|Lua}}==
{{Works with|Lua|5.1}}
{{Works with|Lua|5.1}}
'''maze_generation.lua:'''
<lang Lua>
<lang Lua>
-- Fisher-Yates shuffle from http://santos.nfshost.com/shuffling.html
-- Fisher-Yates shuffle from http://santos.nfshost.com/shuffling.html
Line 3,401: Line 3,400:


print(make_maze())
print(make_maze())
'''


{{Out}}
{{Out}}