Home Download Help Forum Resources Extensions FAQ NetLogo Publications Contact Us Donate Models: Library Community Modeling Commons Beginners Interactive NetLogo Dictionary (BIND) NetLogo Dictionary User Manuals: Web Printable Chinese Czech Farsi / Persian Japanese Spanish
|
NetLogo User Community Models(back to the NetLogo User Community Models)
WHAT IS IT?
A model to demonstrate / work with netlogo 3d programming HOW IT WORKS
A recursive routine creates a maze.
For many uses, an simply 1 unit maze routine will do as well.
THINGS TO NOTICE
If the maze paths are more than 3 units wide, the auto-navigate routine will never find the goal, because the routing only checks the current patch and the path to the immediate left of the walker. THINGS TO TRY
EXTENDING THE MODEL
This section could give some ideas of things to add or change in the procedures tab to make the model more complicated, detailed, accurate, etc.
RELATED MODELS
This model is kin to maze-maker-2004.nlogo. |
(back to the NetLogo User Community Models)