Use the arrow keys to navigate the orange sprite through the first maze level. On the second level, make sure you avoid the ghost.
I was playing this Maze project and introduced some bugs into the code. Please help me fix them? 1. The orange square can only go down and right, but it needs to also go up and left. 2. The orange square shouldn't be able to go through the walls. 3. A new level should appear when the orange square reaches the yellow goal. 4. The orange square should move back to the starting position when the new level appears