Javascript Dots © Mike McGrath 1999
//**************************************
// Name: Complete Connect the Dots Game
// Description:This is a computerized version of the 'connect-the-dots' game you played as a kid with pen and paper against another person. Includes an AI opponent and keeps score too!
// By: Mike McGrath
//
//
// Inputs:None
//
// Returns:None
//
//Assumes:None
//
//Side Effects:None
//
//Warranty:
//Code provided by Planet Source Code(tm) (http://www.Planet-Source-Code.com) 'as is', without warranties as to performance, fitness, merchantability,and any other warranty (whether expressed or implied).
//Terms of Agreement:
//By using this source code, you agree to the following terms...
// 1) You may use this source code in personal projects and may compile it into an .exe/.dll/.ocx and distribute it in binary format freely and with no charge.
// 2) You MAY NOT redistribute this source code (for example to a web site) without written permission from the original author.Failure to do so is a violation of copyright laws.
// 3) You may link to this code from another website, provided it is not wrapped in a frame.
// 4) The author of this code may have retained certain additional copyright rights.If so, this is indicated in the author's description.
//**************************************