Maze generation: Difference between revisions

m
javascript: minor clarification
(Using a smaller example)
m (javascript: minor clarification)
Line 156:
# <code>line</code> -- characters of current line
 
Note that this implementation relies on javascript arrays being treatable as infinite in size with false (emptynull) values springing into existence as needed, to support referenced array locations. (This significantly reduces the bulk of the necessary initialization code.)
 
Example use:
6,962

edits