Use the arrow keys to navigate Scratch Cat from the start of the maze to the end (yellow rectangle).
The problem in this project was that the cat sprite was able to walk through the walls. To fix this issue, I added an if statement to push the sprite back if it is touching the color. The reason this works is because the sprite is pushed back the same amount the sprite moves foward.