Mystique - A magic Screensaver
No preview image
Model was written in NetLogo 5.1.0
•
Viewed 388 times
•
Downloaded 40 times
•
Run 0 times
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
WHAT IS IT?
A game to model a magic screen-saver.
HOW IT WORKS
Turtles are created with a random heading and moves random distances with respect to the origin. The turtles are made to set their x-coordinate to the x-xoordinate of the mouse and their y-coordinate to the y-coordinate of the mouse.
HOW TO USE IT
Just move your mouse over the world and watch the fun.
RELATED MODELS
Models in the Netlogo library under arts may be relevant
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 almost 11 years ago by Gagana B.
Attached files
No files
This model does not have any ancestors.
This model does not have any descendants.