The red player sprite should move smoothly around the screen with the arrow keys. -When the player touches a wall, it should move back to the beginning of the maze. -When the player touches the goal, "You Win!!!" should be displayed. EXTENSIONS: -BUTTON AND DOOR: When the green flag is clicked, the door should be covering the goal area and preventing the player from reaching it, and the button should be in the upper If the player touches the door, the sprite should return to the start. When the player touches the button, the button should disappear, and the door should slowly open and stop 90 degrees from the starting position. -THE OBSTACLE: The obstacle should be placed in the middle of the screen and rotate continually. The speed of rotation should be fast enough to provide some challenge in getting through, but it should not be very tough or impossible. If the sprite touches the obstacle, it should return to the start position.