top of page
KittyCode Programming Challenge

Bubble Bots- Acute Angle

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

j_Acute 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- Use a loop command to guide your bubble bot to make a square! 

Program your bubble bot move up along the path of a square by using a repeating loop. 

 

Try using these blocks:

move.png
turn.png
Repeat.png
Need Help_ Heres a Tip.png

Try adjusting the number of degrees till you get it right!

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