Use the arrow keys to navigate Scratch Cat from the start of the maze to the end (yellow rectangle).
In this project, Scratch Cat is navigating a maze to get to the yellow rectangle. But Scratch Cat can walk through walls. How do we fix the program? SOLUTION: added a MakeBlock procedure that makes double check; if the wall color is not touched then move+10; if the wall color is touched move-10 (come back to previous position) This debugging challenge is part of Week 3 activities for the Creative Computing Online Workshop.