RazasdeTortugasModificaciones

RazasdeTortugasModificaciones preview image

1 collaborator

Default-person Cesiah Lino (Author)

Tags

(This model has yet to be categorized with any tags)
Model group TallerMadero | Visible to everyone | Changeable by everyone
Model was written in NetLogo 5.1.0 • Viewed 84 times • Downloaded 18 times • Run 0 times
Download the 'RazasdeTortugasModificaciones' 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 [ vacas vaca ]
breed [ conejos conejo ]

to setup
  clear-all
  
  create-vacas 10
  [
   set shape "cat"
   set size 5 
   set color white
   setxy random-xcor random-ycor
  ]
  
  create-conejos 50
  [
   set shape "rabbit"
   set color yellow 
   set size 2
   setxy random-xcor random-ycor
  ]
end 

to caminar
  every .1
  [
    ask conejos 
    [
      forward .2 
    ]
  ]
end  

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

Attached files

File Type Description Last updated
RazasdeTortugasModificaciones.png preview Preview for 'RazasdeTortugasModificaciones' over 9 years ago, by Cesiah Lino Download

This model does not have any ancestors.

This model does not have any descendants.