top of page
KittyCode Programming Challenge

Bubble Bots- Right angle (Left and Up)

Make the Bubble Bots move from the start to finish along a special path with the push of a button!

e_right angle.png

1 - Go to starting position! 

Program your bubble bot to glide to its starting position when the space key is pressed. 

 

Try using this block:

go to.png
Need Help_ Heres a Tip.png

2- Move your bubble bot to follow a right angle! 

Program your bubble bot move up along the path of a right angle. 

 

Try using these blocks:

Repeat.png
Change y.png
Change x by 10.png
Need Help_ Heres a Tip.png

Make a right angle by  changing x and y!

Screen Shot 2019-06-24 at 3.02.36 PM.png
bottom of page