Remix this program where the following happens: 1.You can move the mouse around the stage with your arrow keys. 2.When you push the up arrow, the mouse faces up and moves up. 3.When you push the down arrow, the mouse faces down and moves down. 4.When you push the left and right arrows . . . . well . . . . you get it! 5.When you push the green flag, the score resets to zero. 6. Every time the mouse catches the cheese before it disappears, he says something and the score increases by one point.
I changed the cheese code to wait for you, waited 1.5 seconds instead of 2 seconds. I also created the entire mouse code to ask you questions, and to say things. I also made it so when you win, everything Disappeared. I also added the score variable to calculate when you win. I also made it so that when the cheese touches the mouse, it also makes a clone.