Intro

There are 8 bugs hiding in this project. Can you find and fix every one of them?

Each bug comes with:

❓ A question to help you investigate the problem. 💡 A hint to point you in the right direction if you need some help.

Process:

  1. Create a copy of the project
  2. Follow the guide below to find and fix all the bugs!

Remix

Click this link to remix the project → LINK

Bugs

1# Player not facing correct direction

<aside> ❓

Which block will turn the player to face the correct direction?

</aside>

<aside> 💡

Place the turn block at -90 to make the player face up.

</aside>


Arrow keys not working properly

<aside> ❓

Which part of the code is responsible for the controls?

</aside>

<aside> 💡

The when right pressed events is not targeting the correct sprite in the move east block. There is 2 very similar looking sprite in the costumes library…

</aside>


Sprite can move outside the screen