top of page


KittyCode Programming Challenge
Bubble Bots- Vertical Line (Up)
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 in an upward direction!
Make your bubble bot move up along the y-axis.
Try using these blocks:


On the y axis, a positive number will move your bot up!
bottom of page