top of page


KittyCode Programming Challenge
Bubble Bots-Horizontal Line (Left)
Make the Bubble Bots move from the start to finish along a special path with the push of a button!

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:

2- Move your bubble bot left along the x axis!
Make your bubble bot move from the start to the finish along the x-axis.
Try using these blocks:


On the x axis, a negative number will move your bot to the left!
bottom of page