code-lauren icon indicating copy to clipboard operation
code-lauren copied to clipboard

Example program: make your own bridget riley

Open maryrosecook opened this issue 9 years ago • 0 comments

stripe-width: 10
stripe-height: 2000
x: 0
forever {
  x: add(x stripe-width)
  draw-rectangle(x 0 stripe-width stripe-height "filled" random-color())
}

maryrosecook avatar Dec 10 '15 15:12 maryrosecook