วันพุธที่ 12 สิงหาคม พ.ศ. 2558

Lab0_Fav_Game

เกมส์ในตำนาน ! PACMAN!!

//Fav_Game
void setup() {
  int count=80;
  size(500,500);
  background(#03C2FA);//bg blue
  stroke(0);
  strokeWeight(4); //thick line
  fill(#ffcc00);//yellow pacman
  arc(120,250,200,200,QUARTER_PI,PI+PI-QUARTER_PI,); //Mr.Pacman
  fill(0);//black eye
  ellipse(100,200,40,40); //Eye
  fill(#cc0033);//red
  ellipse(230,250,40,40);//Mr.Pacman's Foods
  ellipse(230+count,250,40,40);
  ellipse(230+count+count,250,40,40);
  ellipse(230+count+count+count,250,40,40);
  textSize(50);
  fill(0);
  text("PACMAN",150,80);//name tag
  line(0,370,500,370);//decorate line
  line(0,130,500,130);
}


ไม่มีความคิดเห็น:

แสดงความคิดเห็น