prova

prova 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 6.1.1 • Viewed 43 times • Downloaded 9 times • Run 0 times
Download the 'prova' 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-patches
 ask patches [

 set pcolor green
 if ((pxcor > 9) and (pxcor < 15) and (pycor > 9) and (pycor < 15))
 [ set pcolor yellow ] ; the yellow square represents the deposit section of the bank
 if ((pxcor > -13) and (pxcor < -2) and (pycor > -13) and (pycor < -2))
 [set pcolor white] ; the white square represents the loan section of the bank
]
end 

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

Attached files

File Type Description Last updated
prova.png preview Preview for 'prova' over 3 years ago, by duilio centocanti Download

This model does not have any ancestors.

This model does not have any descendants.