Project 01 Self Portrait Hannah Wyatt

This is my project

sketch
function setup() {
    createCanvas(500, 300);
    background(255);
}

function draw() {
    fill(255,255,143);
    ellipse(257,168,246,230);
    fill(255,204,153);
    ellipse(272,235,28,65);
    ellipse(265,160,135,154);
    fill(255,255,143);
    ellipse(214,95,68,63);
    ellipse(295,92,99,82);
    fill(51,51,51);
    ellipse(266,166,5,23);
    fill(255,153,204);
    rect(207,251,127,50);
    fill(0,204,255);
    ellipse(236,151,17,21);
    ellipse(300,151,17,21);




}
  

Leave a Reply