top of page


KittyCode Programming Challenge
Bubble Bots- Square (Coding in Sequence)
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 to make a square!
Program your bubble bot move up along the path of a square by changing its x and y coordinates.
Try using these blocks:



bottom of page