ICC
< back to sketch

size(300,300);

//line(150,150,162,150);

background(121,219,255);

//yane
fill(218,234,255);
triangle(30,150,150,50,270,150);

//line(0,150,300,150);
//line(0,150,150,0);
//line(150,0,300,150);

//entotsu
line(60,30,80,30);
line(60,30,60,125);
line(80,30,80,110);

fill(255,187,255);
rect(80,150,150,100);

//jimen
fill(211,255,0);
rect(0,250,300,300);

//taiyou
fill(0,255,255);
ellipse(220, 20, 55, 55); 

//mado
rectMode(CENTER_DIAMETER);
rect(155,200,80,80);












< back to sketch