DrawingFigures

DrawingFigures preview image

1 collaborator

Default-person Roberto Galindo (Author)

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 125 times • Downloaded 20 times • Run 0 times
Download the 'DrawingFigures' 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 comenzar
ca                                                        ;; clear-all
ask patches [set pcolor blue]                    ;; mundo azul
crt 1                                                     ;; creamos una tortuga
ask turtles [set color orange set heading 0] ;; color naranja, orientaciĆ³n "arriba"
ask turtles [pd repeat 4 [fd 5 rt 90] pu]      ;; dibujamos el cuadrado
end 

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

Attached files

File Type Description Last updated
DrawingFigures.png preview Preview for 'DrawingFigures' over 9 years ago, by Roberto Galindo Download

This model does not have any ancestors.

This model does not have any descendants.