Find the error in the program and “debug it”. In this moving maze game, we control the small red square to the green square so that we can move onto the next level of the maze. But there are a few problems: 1) The red square cannot be moved down, left, and right 2) The red square can move out of the maze into the black space 3) We call it the moving maze, but it doesn't seem to be moving when we move onto the next level