size(400, 400); background(100,200,200); stroke(255); smooth(); strokeWeight(50); point(200, 200); point(100, 350); point(150, 250); point(250, 250); point(290, 350); point(150, 200); point(100, 250); point(250, 200); point(300, 250); point(290, 300); point(100, 300); point(200, 300); point(200, 250); point(200, 100); point(280, 160); point(120, 160); point(150, 120); point(250, 120); strokeWeight(40); stroke(0,0,255); point(105, 205); point(250, 120); point(150, 120); point(295, 205); stroke(0,255,0); strokeWeight(40); point(200,100); stroke(255,255,255); strokeWeight(50); point(200,150); strokeWeight(40); stroke(0,255,255); point(200,150); point(120,160); point(280,160); //bottom green dot stroke(0,255,0); strokeWeight(40); point(200,300); //black dot stroke(0,0,0); strokeWeight(40); point(200,200); //below the black blue dot stroke(0,0,255); strokeWeight(40); point(200,250); //left black bottom dot stroke(0,0,0); strokeWeight(50); point(100,350); //rightt black bottom dot stroke(0,0,0); strokeWeight(50); point(290,350);