puzzle4
No preview image
Model was written in NetLogo 4.1.2
•
Viewed 125 times
•
Downloaded 21 times
•
Run 0 times
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
WHAT IS IT?
This example sets up a box that can be placed anywhere in the world. It is one patch thick.
Comments and Questions
Please start the discussion about this model!
(You'll first need to log in.)
Click to Run Model
to setup-box ca ask patches[ if ( pxcor = 1 and pycor >= 4 and pycor <= edge ) [set pcolor yellow] if ( pxcor = edge and pycor >= 4 and pycor <= edge ) [set pcolor yellow] if ( pycor = 4 and pxcor >= 1 and pxcor <= edge ) [set pcolor yellow] if ( pycor = edge and pxcor >= 1 and pxcor <= edge ) [set pcolor red] ] end
There is only one version of this model, created over 13 years ago by osnat gal.
Attached files
No files
This model does not have any ancestors.
This model does not have any descendants.