Debugging - White square (broken)

Debugging - White square (broken) preview image

1 collaborator

Tags

cya e2 - day 2 

"At Currey Ingram Academy, we worked on this model in day 2 of our Code Your Art Explore 2 class."

Tagged by Isaac Nichols-Paez over 2 years ago

Model group Code Your Art - Explore 2 | Visible to everyone | Changeable by everyone
Model was written in NetLogo 6.0.4 • Viewed 46 times • Downloaded 9 times • Run 0 times
Download the 'Debugging - White square (broken)' modelDownload this modelEmbed this model

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

to setup
  clear-all
  reset-ticks
end 

to white-square
  ask patches [ set pcolor blue ]
  ask patches with [ pxcor > -5 or pycor < 5 ] [ set pcolor white ]
end 

There is only one version of this model, created over 2 years ago by Isaac Nichols-Paez .

Attached files

File Type Description Last updated
Debugging - White square (broken).png preview Preview for 'Debugging - White square (broken)' over 2 years ago, by Isaac Nichols-Paez Download

This model does not have any ancestors.

This model does not have any descendants.