Space Spikes

Make a space game using a repeat until loop and an if block.

When you have completed the code, try some of these challenges:

  1. Change the speed of the rocket.
  2. Add a message at the start of the game.
  3. Add some other sprites to the game – maybe a rotating planet in the corner.
  4. Try changing the background. Click “Convert to Bitmap” before drawing
  5. Add some extra dangerous areas to the background in a different colour and use an if block to check if the rocket hits them.