Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.78 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.78 KB

eyes

eye movement project

Discription

This project was an introductory coding activity. The idea here was to show how with just JavaScript and CSS a website can be programmed to have live interaction with the user. When this is viewed in browser two eye graphics can be seen. The eyes are programmed to follow the mouse icon of the user around the screen.

How to Run

Clone the files in the repo to your machine locally. Open the index.html file in the browser of your choice, Crome is recommended. Now, move your mouse icon around the screen to see the movement of the eyes.

Roadmap for the Future

In future iterations I would make it so the eyes would react with other inputs, as in, blink when the mouse is clicked.

License

This HTML project uses the Copyright 2020 John Williams Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.