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
FÖDELSEDAGS KORT

9 YEARS AGO BY KGM2

Share See code

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

Want to learn how? Make your own!


background(0,0,0); background(R,G,B); noStroke(); fill(217,150,148); rect(50,50,280,80); //tårtans bottenskikt fill(230,185,184); rect(100,130,180,80); //tårtans mellanskikt fill(242,220,219); rect(150,210,80,80); //tårtans toppskikt 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); //dekorationer noStroke(); fill(255,255,255); rect(185,290,10,40); //ljus fill(240,200,0); triangle(185,330,195,330,190,340); //lågan noStroke(); fill(255,204,102); ellipse(290,200,100,100); // clown ansikte fill(255,255,255); ellipse(270,210,25,30); fill(0,0,0); ellipse(270,210,10,10); // clownens vänstra öga fill(255,255,255); ellipse(310,210,25,30); fill(0,0,0) ellipse(310,210,10,10); // clownens högra öga fill(255,0,0); ellipse(290,190,30,30); // clownens näsa fill(255,255,255); noStroke(); triangle(260,170,320,170,290,160); // clownens mun fill(0,128,128); noStroke(); triangle(260,240,320,240,290,290); //clownens hatt textFont(Cookie,26); fill(192,0,0); words("Happy Birthday, MAMMA!",70,370); // ditt meddelande
++

Oops

You need a bigger screen.