Rey Pacman

 size (350,450);
 background (255);
 noFill();
 rect(0,0,349,449);
 fill(150);
 rect(0,0,349,120);
 fill(255);
 stroke(0);
 rect(125,100,100,40);
 strokeWeight(3);
 rect(155,100,40,40);
 strokeWeight(1);
 triangle(155,100,175,80,195,100);
 fill(0);
 smooth();
 ellipse(175,110,10,10);
 quad(135,90,165,90,155,100,125,100);
 quad(185,90,215,90,225,100,195,100);
 fill(200);
 noStroke();
 arc(175,350,150,150,0,TWO_PI-PI/2);
 fill(100);
 ellipse(145,320,15,15);
 stroke(0);
 noFill();
 triangle(175,350,175,330,185,340);
 triangle(175,323,175,303,185,313);
 triangle(175,295,175,275,185,285);
 triangle(190,350,210,350,200,340);
 triangle(215,350,235,350,225,340);
 line(60,330,145,240);
 line(60,330,45,280);
 line(145,240,95,225);
 line(45,280,70,280);
 line(95,225,95,250);
 line(70,280,70,250);
 line(95,250,70,250); 

SergioRoman /Dibujo