Mystique - A magic Screensaver

No preview image

1 collaborator

Default-person Gagana B (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by the author
Model was written in NetLogo 5.1.0 • Viewed 200 times • Downloaded 20 times • Run 0 times
Download the 'Mystique - A magic Screensaver' 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
  set-default-shape turtles "circle" 
  create-turtles 50
  let all-turtles turtles
  ask turtles[set color 45]
  ask turtles[set heading random 360]
  ask turtles[set pen-mode "down"]
  ask turtles[forward random 15]
  ask turtles 
  [ set xcor mouse-xcor
    set ycor mouse-ycor
  ]
end 

There is only one version of this model, created over 9 years ago by Gagana B.

Attached files

No files

This model does not have any ancestors.

This model does not have any descendants.