Mar 212018
Watch the videos and use them to improve your Egyptian Maze game.
Video 1 – Movement through a maze
- Arrow keys
- Point in correct direction
- Stop at walls
- Backpack
Video 2 – Code so far
- Scratch cat – movement, react to baddies
- Baddies – glide across the screen
- Door
- Backgrounds
Video 3 – Next level
- When cat touches door, switch to the next level
- Send the cat back to the start
Next steps…
- Create another level or two
- Create a variable called Lives that starts at 3 and takes one off every time you hit a baddie
- Make a Game Over background – make it switch to that background when you have no lives.