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.
player 1 (nice/red): moves by using the arrow keys and tries to avoid evil player (yellow) player 2 (yellow/evil): moves using the W,S,A,D keys tries not to let nice win and also tries to win GOAL: nice wins by getting to green first GOAL: evil wins by getting to green first IF NICE TOUCHES EVIL GOES BACK TO STARTING POINT IF EVIL TOUCHES RED GOES BACK TO STARTING POINT