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!

Make an Awesome Alien Quiz

20 tasks

Create an interactive Alien Quiz with our crazy friends from other galaxies.

Start Course Try Yourself
BadgeMake an Awesome Alien Quiz
BadgeMake an Awesome Alien Quiz
Hamster quiz

5 YEARS AGO BY ALTENING

Share See code

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

Want to learn how? Make your own!


// achtergrond setBackgroundImage(spaceship); // vraag stijl textFont(Jellybean, 22); fill(255,255,255); // vraag words("Hoeveel hamster(s) heb ik?",30,400); // antwoorden stijl fill(0,128,128); textFont(Bubblegum, 24); // antwoord 1 words("2 hamsters",150,340); // antwoord 2 words("1 hamster",150,260); // fout antwoord if (answer == 1) { fill(255,255,255); textFont(Bubblegum,32); words("Whoop whoop, dat is goed!",190,100); image(happyGomox,10,0,180,220); } // goed antwoord if (answer == 2) { fill(255,255,255); textFont(Bubblegum,32); words("ahh jammer je hebt het fout.",190,100); image(evilGomox,10,0,180,220); }
++

Oops

You need a bigger screen.