Test

Test preview image

1 collaborator

Default-person Connor Bain (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 6.1.2-beta1 • Viewed 53 times • Downloaded 5 times • Run 0 times
Download the 'Test' 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 1                         ; create one turtle
  [
    set color yellow
    pen-down
  ]
  reset-ticks
end 

to go
  ask turtles [
    rt random 360               ; set random heading
    forward 1                   ; advance one step
  ]
  tick
end 


; Public Domain:
; To the extent possible under law, Uri Wilensky has waived all
; copyright and related or neighboring rights to this model.

There is only one version of this model, created over 3 years ago by Connor Bain.

Attached files

File Type Description Last updated
Test.png preview Preview for 'Test' over 3 years ago, by Connor Bain Download

This model does not have any ancestors.

This model does not have any descendants.