Create a game using short pieces of code that move rocket sprites when keys are pressed. Add your own simple graphics to create animation.
When you have completed the code, try some of these challenges:
1. Change the speed of each rocket.
2. Change what the rockets look like.
3. Add some people inside the rocket window (Use the zoom control to help draw small details).
4. Add a “when green flag clicked” block and a “go to x, y” block. Set the x and y values so rockets move back to the start when the flag is pressed.