Tie System Example
Model was written in NetLogo 5.0.4
•
Viewed 274 times
•
Downloaded 26 times
•
Run 1 time
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
Comments and Questions
Please start the discussion about this model!
(You'll first need to log in.)
Click to Run Model
breed [ suns sun ] breed [ planets planet ] breed [ moons moon ] to setup ca set-default-shape turtles "planet" create-suns 1 [ set size 6 set color yellow ] create-planets 5 [ set size 2 set color blue + random 3 fd 6 + random-float 12 create-link-from one-of suns[ tie hide-link ] hatch-moons 2 [ set size 0.5 set color gray + random 3 fd 1 + random-float 3 create-link-from myself [ tie hide-link ] ] ] end ; Public Domain: ; To the extent possible under law, Uri Wilensky has waived all ; copyright and related or neighboring rights to this model.
There are 10 versions of this model.
Attached files
File | Type | Description | Last updated | |
---|---|---|---|---|
Tie System Example.png | preview | Preview for 'Tie System Example' | over 11 years ago, by Uri Wilensky | Download |
This model does not have any ancestors.
This model does not have any descendants.