YOU++ Logo

YOU++ - cool code for cool kids

  • EXPLORE
  • |
  • ABOUT US

How can we help?

Contact

CodeRobo GIF
Yay! Thank you for your message! We'll get back to you as soon as possible.
Oops!

We'd love to know what you think about us, so we can be even more awesome in the future. Please take a few minutes, and tell us!

CodeRobo GIF
Flash Message!

Code your own Birthday Card

50 tasks

Help CodeRobo to draw a cool birthday card for his friend.

Start Course Try Yourself
BadgeCode your own Birthday Card
BadgeCode your own Birthday Card
Daddy

8 YEARS AGO BY QUINN

Share See code

This project is coded by Quinn (20 years old) with a little help of YOU++.

Want to learn how? Make your own!


background(198,217,241); noStroke(); fill(217,150,148); rect(50,50,280,80); // onderste laag van de taart fill(230,185,184); rect(100,130,180,80); // middelste laag fill(242,220,219); rect(150,210,80,80); // bovenste laag stroke(192,80,77); point(160,280); point(170,280); point(180,280); point(190,280); point(200,280); point(210,280); point(220,280); line(100,190,280,190); line(100,180,280,180); fill(242,220,219); rect(50,100,280,10); // de decoratie noStroke(); fill(255,255,255); rect(185,290,10,40); //de kaars fill(240,200,0); triangle(185,330,195,330,190,340); // de vlam fill(255,204,102); ellipse(290,200,100,100); // de gezicht van de clown // het linkeroog fill(255,255,255); ellipse(270,210,25,30); fill(0,0,0); ellipse(270,210,10,10); // het rechteroog fill(255,255,255); ellipse(310,210,25,30); fill(0,0,0) ellipse(310,210,10,10); // de neus fill(255,0,0); ellipse(290,190,30,30); // de mond fill(255,255,255); noStroke(); triangle(260,170,320,170,290,160); // de hoed fill(0,128,128); noStroke(); triangle(260,240,320,240,290,290); // je verjaardagsgroet textFont(Bubblegum,40); fill(192,192,0); words("Happy Birthday, Daddy!",70,350);
++

Oops

You need a bigger screen.