fireee

fireee preview image

1 collaborator

Default-person yanning ou (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 6.1.1 • Viewed 78 times • Downloaded 5 times • Run 0 times
Download the 'fireee' 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
  ask patches with [(random 100) < density ] [
  set pcolor green
  ]
  ask patches with [pxcor=min-pxcor] [
  set pcolor red
  ]
end 

to go
  ask patches with [pcolor=green] [
  if(count neighbors4 with [pcolor=red]>0)[
  set pcolor red
  ]
  ]
  tick
end 

There is only one version of this model, created over 4 years ago by yanning ou.

Attached files

File Type Description Last updated
fireee.png preview Preview for 'fireee' over 4 years ago, by yanning ou Download

This model does not have any ancestors.

This model does not have any descendants.