Wednesday, February 23, 2011

A rotated square

We started with a square and then rotated it.
reset

pencolor 194, 0, 0 


repeat 24 {
  turnright 15
  repeat 4 {
    forward 120
    turnleft 90
  }
}

No comments:

Post a Comment