Quick actions

cmd+k|ctrl+k

Navigation

Languages

A bored pac man

Snippet info

Language

Ruby

Visibility

public

Author

josh-and-toby

Created

2019-06-11T21:12:32Z

Updated

2019-06-11T21:12:32Z

reset
penwidth 500
fw 250
home
bw 250
home
color[255 255 0]

; penwidth 145
; setheading 125
; arc 75 260

make "radius 75
make "heading 113
make "center_x 125
make "center_y 250
penwidth 3
repeat 314[
  setx :center_x
  sety :center_y
  setheading :heading
  fw :radius
  make "heading :heading +1
  ]  
INFO