Brian-Project1-“face”

sigh...

I dunno. I took a nap and woke up and looked in the mirror and looked kinda stupid so I just kinda went with that. And I used a mix of black and white and random colors, I guess because I heard somewhere that men tend to dream in black and white and I had just woken up from that nap. So I was still kind of in the black and white world, but not entirely. Perhaps if I knew how to do gradients, I’d do something with that.

 

//Brian Bizier
//Section C
//bbizier@andrew.cmu.edu
//Project-01

function setup() {
createCanvas(601, 801);
background(255,255,204);
}

function draw() {
strokeWeight(3);
fill(255);
ellipse(301,401,601);
fill(0);
ellipse(203,303,75);
fill(0);
quad(407,270,570,270,423,420,501,270);
fill(31,255,40);
ellipse(301,551,200,150);
fill(255,30,42);
rect(321,351,40,40,15);
line(151,151,251,251);
line(401,251,481,221);
}

Leave a Reply