modelo3

modelo3 preview image

1 collaborator

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 5.1.0 • Viewed 195 times • Downloaded 28 times • Run 0 times
Download the 'modelo3' 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 inicio
clear-all
crt 100
ask turtles [fd 5]
ask patches [ 
if pxcor = 0 [ set pcolor green]
if pycor = 0 [ set pcolor red]
]
end  

to go
fd pasos 
if pcolor = green [
set heading (-1 * heading)
]
if pcolor = red [
set heading (180 - heading)
]
end 

There is only one version of this model, created over 10 years ago by Adhaly solis juarez.

Attached files

File Type Description Last updated
modelo3.png preview Preview for 'modelo3' over 10 years ago, by Adhaly solis juarez Download

This model does not have any ancestors.

This model does not have any descendants.