CIS 236 Interactive Web Programming

Program Requirements: JavaScript Tic Tac Toe

 

Using ONLY XHTML, CSS and JavaScript...

Create a graphical, interactive tic tac toe game. Allow the user  to select X or O, and whether to go first or second. Only permit legal moves, and determine whether the player or the computer wins or if it is a "Cats game".

Your Tic Tac Toe game should work in BOTH Mozilla Firefox 1.5+ AND Internet Explorer 6+

Be prepared to demonstrate your working program in the AJT101 lab at the beginning of class on the due date.

 

Design - 35 points

Problem description
Design documentation (Algorithm, functional decompostion, etc.)
Itemized Development Check List
WISH LIST: Specific features to be covered in class

Final Program - 65 points

Cover Page
Executive Summary
Source Code
Proof that ALL source code Validates
Sample Output (screen shots)
Demonstration in class