Draw my name upload UNM Ashlee Hazan

Draw my name upload UNM Ashlee Hazan preview image

1 collaborator

Default-person Ashlee Hazan (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 6.2.2 • Viewed 171 times • Downloaded 18 times • Run 0 times
Download the 'Draw my name upload UNM Ashlee Hazan' modelDownload this modelEmbed this model

Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)


WHAT IS IT?

(a general understanding of what the model is trying to show or explain)

HOW IT WORKS

(what rules the agents use to create the overall behavior of the model)

HOW TO USE IT

(how to use the model, including a description of each of the items in the Interface tab)

THINGS TO NOTICE

(suggested things for the user to notice while running the model)

THINGS TO TRY

(suggested things for the user to try to do (move sliders, switches, etc.) with the model)

EXTENDING THE MODEL

(suggested things to add or change in the Code tab to make the model more complicated, detailed, accurate, etc.)

NETLOGO FEATURES

(interesting or unusual features of NetLogo that the model uses, particularly in the Code tab; or where workarounds were needed for missing features)

RELATED MODELS

(models in the NetLogo Models Library and elsewhere which are of related interest)

CREDITS AND REFERENCES

(a reference to the model's URL on the web if it has one, as well as any other necessary credits, citations, and links)

Comments and Questions

Please start the discussion about this model! (You'll first need to log in.)

Click to Run Model

;;Ashlee Hazan
;;Date 10/20/2023
;; Draw your name
;; University of New Mexico

to setup
  clear-all
end 

to go-button1
     ;; make letter A
  create-turtles 1
  [
   setxy -11 10
    set heading 270
    set color red
    pen-down
    left 45
    forward 3
    left 180
    forward 3
    set color white
    right 90
    forward 3
    left 180
    forward 1.5
    left 45
    forward 2
  ]
end 

to go-button2
  ;; make letter S
  create-turtles 1
  [
   setxy -7 10
    set heading 270
    set color orange
    pen-down
    forward 2
    left 90
    forward 1
    left 90
    forward 1.5
    right 90
    forward 1
    set color 29
    right 90
    forward 1.5
  ]
end 

to go-button3
  ;; make letter H
  create-turtles 1
  [
   setxy -6 10
    set heading 270
    set color yellow
    pen-down
    left 90
    forward 2
    left 180
    forward 1
    right 90
    forward 1
    left 90
    forward 1
    left 180
    forward 2
  ]
end 

to go-button4
    ;; make letter L
  create-turtles 1
  [
   setxy -4 10
    set heading 270
    set color green
    pen-down
    left 90
    forward 2
    set color 87
    left 90
    forward 1
  ]
end 

to go-button5
  ;;make letter E
  create-turtles 1
 [
  setxy -2 10
    set heading 270
    set color blue
    set pen-size 10
    pen-down
    left 90
    forward 2
    left 90
    forward 1
    right 180
    forward 1
    right 90
    forward 1
    right 90
    set color blue + 10
    forward 1
    left 180
    forward 1
    right 90
    forward 1
    right 90
    forward 1
  ]
end 

to go-button6
  ;; make letter E
  create-turtles 1
  [
   setxy 0 10
    set pen-size 10
    set heading 270
    set color pink
    pen-down
    left 90
    forward 2
    left 90
    forward 1
    right 180
    forward 1
    right 90
    forward 1
    right 90
    forward 1
    set color pink - 10
    left 180
    forward 1
    right 90
    forward 1
    right 90
    forward 1
  ]
end 

to ExtraCredit2
   clear-all
  create-turtles 1
  [
   setxy 0 13
    set pen-size 10
    set heading 270
    set color pink
    pen-down
    left 45
    forward 6
    right 45
    forward 5
    left 90
    forward 10
    left 90
    forward 3
    left 90
    forward 3
    right 90
    forward 1
    right 90
    forward 3
    left 90
    forward 10
    left 90
    forward 10
    left 45
    forward 6
  ]
  create-turtles 1
  [
    setxy 0 10
    set pen-size 10
    set heading 270
    set color pink
    pen-down
    left 45
    forward 2
    left 45
    forward 2
    left 90
    forward 2
    left 90
    forward 3.4
  ]
end 

to ExtraCredit
  ;;hexagon?? i dont remember my shapes :(;;
  clear-all
  create-turtles 1
  [
   setxy 0 13
    set pen-size 5
    set heading 270
    set color pink
    pen-down
    left 45
    forward 4
    left 90
    forward 4
    left 45
    forward 4
    left 45
    forward 4
    left 90
    forward 4
    left 45
    forward 4
  ]
  clear-all
  ;;diamond;;
  create-turtles 1
  [
    setxy 0 13
    set pen-size 5
    set heading 270
    set color pink
    pen-down
    left 45
    forward 4
    right 90
    forward 4
    right 90
    forward 4
    right 90
    forward 4
  ]
  clear-all
  ;;triangle;;
  create-turtles 1
  [
    setxy 0 13
    set pen-size 5
    set heading 270
    set color pink
    pen-down
    left 45
    forward 4
    left 120
    forward 4
    left 120
    forward 4
  ]
  clear-all
  ;;rectangle;;
  create-turtles 1
  [
    setxy 0 13
    set pen-size 5
    set heading 270
    set color pink
    pen-down
    left 90
    forward 10
    right 90
    forward 5
    right 90
    forward 10
    right 90
    forward 5
  ]
end 

There is only one version of this model, created almost 2 years ago by Ashlee Hazan.

Attached files

File Type Description Last updated
Draw my name upload UNM Ashlee Hazan.png preview Preview for 'Draw my name upload UNM Ashlee Hazan' almost 2 years ago, by Ashlee Hazan Download

This model does not have any ancestors.

This model does not have any descendants.