Project #4 Tease the Cat Distributed: 10/7/2014 Due: 10/23/2014 Write a page that will display a tease the cat 'game'. Display a small image on the page. When the mouse hovers over the image, move the image away from the mouse. The image should 'move quickly' to get away from the cat. The image must remain visible in the window. If the window is resized, the image must remain visible in the window. The image will move randomly at a fairly slow speed while it is not being 'touched' . The longer the image is not touched, the slower (or equivalently, the smaller the change in position) the image will move. In this way, you are enticing the kitty to chase the image. The intent is to mimic how a human would manipulate the laser pointer. No buttons, mouse clicks or other user interface. Optionally, you may include a header and text to explain how to play the game -- but this text should disappear after the the first mouse movement. Choice of 'look' and image are up to you. The motion should be natural and enticing to a cat. Turn in: screen shot hard code Demo! Code walk through. You will be asked to make changes to the code during the demo. Grade based on: Meeting specs: 80% Readability: 20% No late projects accepted!