Robotsu is a combination of Karate, watching too much Dragon Ball Z, and Robot moves. Started in the late 90's by video game and Dragon Ball Z fanatics. It has established itself as one of the most popular fighting styles for the dumb, pre-pubertal male. Find your favorite shows, chat over the Live Stream, get event info, or just stare blankly.
*Brayan* I stayed up practicing some Robotsu moves.
*Lizzy* So, how did it go?
*Brayan* Well, let me show you (puts his hands together and yells) HADUUUKKEEE!!!
*Lizzy* (calls him an ass monkey and walks off)
2. (verb; stimmied) to get fucked by your government
Jan 24 trending
- 1. Watermelon Sugar
- 2. Ghetto Spread
- 3. Girls who eat carrots
- 4. sorority squat
- 5. Durk
- 6. Momala
- 7. knocking
- 8. Dog shot
- 9. sputnik
- 10. guvy
- 11. knockin'
- 12. nuke the fridge
- 13. obnoxion
- 14. Eee-o eleven
- 15. edward 40 hands
- 16. heels up
- 17. columbus
- 18. ain't got
- 19. UrbDic
- 20. yak shaving
- 21. Rush B Cyka Blyat
- 22. Pimp Nails
- 23. Backpedaling
- 24. Anol
- 25. got that
- 26. by the way
- 27. Wetter than an otter's pocket
- 28. soy face
- 29. TSIF
- 30. georgia rose
Introduction
Robot Unicorn Attack Gaming Potatoes Skins
In this game, you will start a timer with a random countdown of a number of seconds. When the timer is off, the game is over and whoever is holding the potato has lost!Watch the tutorial on the MakeCode YouTube channel.
Step 1
Robot Unicorn Attack Gaming Potatoes Chips
Add an event to run code when ||input:button A is pressed||
.
Step 2
Make a ||variables:timer||
variable and ||variables:set||
it toa ||math:random value||
between 5
and 15
.
The value of ||variables:timer||
represents the number of seconds left before someone is caught holding the potato.
Robot Unicorn Attack Gaming Potatoes Recipe
Step 3
Add code to ||basic:show||
that the game started.
Step 4
Robot Unicorn Attack Gaming Potatoes Tots
Put in a loop to repeat code ||loops:while||
||variables:timer||
||logic:is positive||
. When timer
is negative, the game is over.
Step 5
Inside the ||loops:while||
loop, add code to ||variables:decrease||
the timer ||basic:every second||
.
Step 5
After the ||loops:while||
loop is done, add code to ||basic:show||
that the game is over.
Step 6
|Download|
your code to your micro:bit, tape it to a potato and play the game with your friends!
Edit this page on GitHub
Edit template of this page on GitHub