==> To play the game, open game.html

==> index.html and index.php are for class Dr. Ecco's web site.

==> Rules for the Jump Snatch game:

    The Jump Snatch board consists of 3, 4, or 5 all squares of a grid 
    which is initially filled with pieces.

    The Snatcher removes a piece from any square he/she chooses.
    The Jumper then makes the first move after which moves alternate 
    between Snatcher and Jumper until one player does a jump that 
    leaves just one piece thereby winning.

    You can jump a piece if it is between you and an empty square 
    along any line, vertical, horizontal or diagonal.  When you jump 
    a piece, you remove it.

    If a jump is possible, a move consists of jumping (after doing 
    one jump, each additional jump is optional).
    If no jump is possible, then the move must consist of sliding
    a piece towards the center if possible.  If that's not possible, 
    the player may slide any piece in any direction except for the center 
    piece of the odd size board.  After doing one slide, each additional 
    slide is not allowed.

    To do a move on the board, point mouse at the applicable piece, 
    drag it to an empty square and release the mouse button.

    For moves where there is an ambiguity (another jump is possible),
    the Player has the choice to take it or leave it by hitting 'End My Turn'.
    'End My Turn' button will appear only when at least one more jump is possible.

    Invalid moves will be undone and an message will be displayed to the Player
    explaining why.

