Your browser does not support the canvas tag.

Pyramide

Timo Hausmann

int f=0;void setup(){size(512,256);} void draw(){fill(0);translate(256+(sin(f*0.1)*f/4),int(f/64)*24);rect(0,int(random(0,3))*6,8,8);f++;}

Source code: Pyramide