clara_art

clara_art preview image

1 collaborator

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 75 times • Downloaded 8 times • Run 0 times
Download the 'clara_art' 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
  create-turtles brush-number [
    set shape "circle"
    set size brush-size
    setxy random-xcor random-ycor ]
  reset-ticks
end 

to go
  move-turtles
  tick
end 

to move-turtles
  ask turtles [
    right random brush-angle
    forward 1
    pen-down
  ]
end 


There is only one version of this model, created about 4 years ago by Carlos Correa Grez.

Attached files

File Type Description Last updated
clara_art.png preview Preview for 'clara_art' about 4 years ago, by Carlos Correa Grez Download

This model does not have any ancestors.

This model does not have any descendants.