bee

bee preview image

1 collaborator

Default-person Ramon Masip (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 5.2.1 • Viewed 317 times • Downloaded 20 times • Run 0 times
Download the 'bee' 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
  ask patches[set pcolor orange]
  create-turtles 5[set shape "butterfly"]
  create-turtles 3[set shape "bee"]
end 

to go
  ask turtles [fd 1]
  wait 0.1
end 

There is only one version of this model, created over 8 years ago by Ramon Masip.

Attached files

File Type Description Last updated
bee.png preview Preview for 'bee' over 8 years ago, by Ramon Masip Download

This model does not have any ancestors.

This model does not have any descendants.