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
Nooit te oud

7 YEARS AGO BY ELSENGEL

Share See code

This project is coded by elsengel with a little help of YOU++.

Want to learn how? Make your own!


background(198,217,241); noStroke() fill(0,150,0); rect(0,0,450,50);//grond fill(100,50,0); rect(50,50,350,350);//muur fill(50,150,250) triangle(90,400,150,400,120,440); fill(250,159,100); ellipse(120,445,30,30); fill(0,0,0); ellipse(125,445,5,5); ellipse(115,445,5,5)//poppetje fill(100,50,0); rect(50,400,50,50); rect(150,400,50,50); rect(250,400,50,50); rect(350,400,50,50);//kantelen fill(100,100,0) stroke(100,0,0) ellipse(235,170,120,70); noStroke() rect(175,50,120,120); stroke(100,0,0) rect(100,250,60,90); rect(290,250,60,90); line(235,52,235,205); textFont(Lollipop, 32); fill(100,0,200); words("Mijn eerste probeersel!",50,550);
++

Oops

You need a bigger screen.