LaserPup - Javascript Examples

As promised here is an overview of how I did the javascript code for LaserPup.
Creating the Image Map
I created an imagemap of the circle graphic that passes the x & y coordinates of the image to a javascript function when clicked. The imagemap breaks the graphic into clickable 8×8 squares, I wrote a quick [...]