Due: Tuesday 12/03 10:00 am
Submission name: work26.txt
Learn NetLogo
To get started with NetLogo, read the following 2 chapters in the online book:
After reading, answer the following questions in a plain text document:
- What are NetLogo agents? What are the differences between the Observer, Patches and Turtles?
- What is a property? Where can we find the properties of an agent?
- How does the NetLogo color system work?
- What command would set every patch to a random color (out of all possible colors)?
- What command would set every patch to either red or orange?
- What command would set every turtle at a random positive x-coordinate and a random negative y-coordinate.
Download NetLogo!
- If you haven’t done so already.
- You can find NetLogo here: http://ccl.northwestern.edu/netlogo/download.shtml
- If that link doesn’t work, try this: https://ccl.northwestern.edu/netlogo/6.4.0/
- The current version is 6.4.0
- When you run NetLogo, make sure you open the program called NetLogo 6.4.0. There will be other installed programs in the same location.