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
Ice-Cream

9 YEARS AGO BY LINA

Share See code

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

Want to learn how? Make your own!


background(230,185,180); noStroke(); fill(255,182,109); triangle(200,220,300,220,250,50); // draws the ice cream cone fill(204,0,102); ellipse(250,290,100,100); // draws a scoop of raspberry fill(255,255,153); ellipse(205,230,100,100); // draws a scoop of vanilla fill(130,65,0); ellipse(295,230,100,100); // draws a scoop of chocolate //this defines the text font, text size and text color //change the text size to 20 textFont(Cookie,42); fill(204,0,102); words("Can I invite YOU?",50,370); //your message textFont(Jellybean,32); fill(255,255,255); words("Yummy...",50,170); //your message textFont(Jellybean,32); fill(255,255,255); words("Yummy...",80,60); //your message textFont(Jellybean,32); fill(255,255,255); words("Yummy...",290,100); //your message
++

Oops

You need a bigger screen.