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
panda

8 YEARS AGO BY LINDSEYHOUBEN

Share See code

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

Want to learn how? Make your own!


//lijf stroke(0,0,0) fill(255,255,255) ellipse(400,475,190,200) //oorlinks stroke(0,0,0) fill (0,0,0) ellipse(340,682,50,60) //oorrechts stroke(0,0,0) fill (0,0,0) ellipse(460,681,50,60) //hoofd stroke( 0,0,0) fill (255,255,255) ellipse(400,625,150,150) //ooglinks stroke(110,92,92) fill (110,92,92) ellipse(365,625,20,20) //oogrechts ? stroke(110,92,92) fill (110,92,92) ellipse(429,625,20,20) // zwart in oog links stroke(0,0,0) fill (0,0,0) ellipse(366,625,6,6) //zwart in oog rechts stroke(0,0,0) fill (0,0,0) ellipse(430,625,6,6) //wit in oog rechts stroke(255,255,255) fill(255,255,255) ellipse(431,625,1,1) //wit in oog links stroke(255,255,255) fill(255,255,255) ellipse(367,625,1,1) //neus fill(0,0,0) ellipse(398,589,40,28) //links ellipse(397,572,2,2) ellipse(395,570,2,2) ellipse(393,568,2,2) ellipse(390,566,2,2) ellipse(387,564,2,2) ellipse(383,564,2,2) ellipse(379,566,2,2) ellipse(375,568,2,2) //rechts ellipse(397,572,2,2) ellipse(399,570,2,2) ellipse(401,568,2,2) ellipse(404,566,2,2) ellipse(407,564,2,2) ellipse(411,564,2,2) ellipse(415,566,2,2) ellipse(419,568,2,2) //arm rechts fill(0,0,0) ellipse(200,200,60,30) //arm links fill(0,0,0) ellipse(250,200,60,30) //been links fill(0,0,0) ellipse(300,200,40,80) //been rechts fill(0,0,0) ellipse(350,200,40,80)
++

Oops

You need a bigger screen.