Cats VS Dogs

Cats VS Dogs preview image

1 collaborator

Default-person brady adams (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 5.2.1 • Viewed 287 times • Downloaded 21 times • Run 0 times
Download the 'Cats VS Dogs' 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

breed [cats cat]
breed [dogs dog]

to setup
  clear-all
  create-cats 15 [set shape "circle" fd random 15 set size 2 set color brown]
  create-dogs 15 [set shape "square" fd random 15 set size 3 set color white]
end 

There is only one version of this model, created over 7 years ago by brady adams.

Attached files

File Type Description Last updated
Cats VS Dogs.png preview Preview for 'Cats VS Dogs' over 7 years ago, by brady adams Download

This model does not have any ancestors.

This model does not have any descendants.