Instructions

Ten block mission

Using just ten blocks, get the bus to move until it reaches the stop sign.

Start by creating a sequence of blocks. You might choose to use:

  • Motion blocks to move your bus
  • Looks blocks to animate your bus
  • Control blocks to loop certain actions

Tips

  • Loop it: If you find yourself using the same blocks repeatedly, consider using a repeat or forever block to simplify your code