W for up, S for down, D for right, A for left. Get to the exit.
I used the key pressed block for the ninja controls, to make the ninja move around. I used an if statement for the wall collision detection so you can't cheese the entire game. I used an if statement to check if the ninja is touching the exit, and if they finished, I play the chill sound from the scratch library. Code Sensei Isha guided me with the notes. I did the code by myself.