Make a space game using a repeat until loop and an if block.
When you have completed the code, try some of these challenges:
- Change the speed of the rocket.
- Add a message at the start of the game.
- Add some other sprites to the game – maybe a rotating planet in the corner.
- Try changing the background. Click “Convert to Bitmap” before drawing
- Add some extra dangerous areas to the background in a different colour and use an if block to check if the rocket hits them.