Scratch Maze Game

Step 5 – Testing the movement

It's really important to test that your program works as you go along.

There are some things that might go wrong:

  1. when you want the cat to turn right it goes left – so change the direction block so that it works
  2. the controls might feel a bit simple – so use the advanced method from step 2 instead
  3. the cat might be too big – so change the size of the cat to 30 or 40 and test it again
    If this ends up being too easy then there's a thing we can do later to make the game get harder each time...
  4. moving 10 steps might be too much – so change the number to 5 and try that instead
  5. the controls might be too sensitive – so try changing the time to wait from 0.1 seconds to 0.2 seconds (or 0.3 seconds)
  6. you might have a good idea about how to make the game better – so do it!

Keep testing your game as you go.