MIHS-18 Period 4 Grace Z, Keyi S

No preview image

1 collaborator

Default-person Grace Zhang (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 6.0.4 • Viewed 67 times • Downloaded 11 times • Run 0 times
Download the 'MIHS-18 Period 4 Grace Z, Keyi S' 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

;;   Debugger  - by L.F. Bencivengo, Jr.
;;   Have fun debugging this model!

to setup
  clear-all
  ask patches [ set pcolor green ]
  create-turtles 100
  ask turtles [ setxy random-xcor random-ycor]
  reset-ticks
end 

to go
  move-turtles
  tick
end 

to move-turtles
    ask turtles [
    right random 360
    forward 1
  ]
end 

There is only one version of this model, created over 5 years ago by Grace Zhang.

Attached files

No files

This model does not have any ancestors.

This model does not have any descendants.