Use the arrow keys to navigate Scratch Cat from the start of the maze to the end (yellow rectangle).
The original project was made by the ScratchEdTeam. What was wrong was that the code that would sense if the guess was over or under the number with sensing blocks were both seeing if the guess was under the number and they were using the wrong variable. To fix it, I changed the if less than block to an if greater than block and I changed the incorrect variable to the answer block.