EIW Fall 2003     HW4: ASP Tic-Tac-Toe Game

Due Date: 11/21/2003



You may work with a single partner on HW#4. You may not share code in any form with anyone other than your partner! Feel free to get ideas from sample ASP code you can find on the WWW, but DO NOT submit code that you did not write. Submitting code you find on the web is a violation of the course policy on academic integrity and will result in (at a minimum) a zero for HW4 and a 2 letter grade drop for the course.


Port your Perl tic-tac-toe code to ASP (same requirements as for HW3, the only difference is that you use ASP instead of Perl).

Issues:

ASP Session variables will make this much easier than with Perl! You can store an array (or anything) in an ASP session variable.

EIW Fall 2003