xxxxxxxxxx
78
function setup() {
createCanvas(400, 400);
frameRate(0.5);
}
function draw() {
a=Math.floor(random(width));
b=Math.floor(random(width));
c=Math.floor(random(width));
d=Math.floor(random(width));
e=Math.floor(random(width));
f=Math.floor(random(width));
g=Math.floor(random(width));
h=Math.floor(random(width));
i=Math.floor(random(width));
j=Math.floor(random(width));
k=Math.floor(random(width));
l=Math.floor(random(width));
m=Math.floor(random(width));
n=Math.floor(random(width));
o=Math.floor(random(width));
p=Math.floor(random(width));
q=Math.floor(random(width));
r=Math.floor(random(width));
s=Math.floor(random(width));
t=Math.floor(random(width));
u=Math.floor(random(width));
v=Math.floor(random(width));
w=Math.floor(random(width));
x=Math.floor(random(width));
y=Math.floor(random(width));
z=Math.floor(random(width));
background(255);
strokeWeight(0.5);
stroke(0);
line(b,e,w,e);
line(b,e,o,h);
line(n,o,o,h);
line(n,o,o,k);
line(a,n,o,k);
line(a,n,i,n);
line(i,s,i,n);
line(i,s,o,n);
line(s,o,o,n);
line(s,o,t,o);
line(o,r,t,o);
line(o,r,w,e);
strokeWeight(4);
point(b,e);
// text('the',b,e+10);
stroke(t,h,e);
point(w,e);
stroke(b,a,d);
point(n,o);
stroke(s,h,e);
point(o,h);
stroke(e,a,t);
point(a,n);
stroke(f,u,n);
point(o,k);
stroke(a,n,d);
point(i,s);
stroke(o,n,e);
point(i,n);
stroke(b,u,t);
point(s,o);
stroke(h,e,r);
point(o,n);
stroke(w,a,s);
point(o,r);
stroke(t,o,o);
point(t,o);
noStroke();
}