CMPSCI 383: Artificial Intelligence

Fall 2014 (archived)

Assignment 03 Resubmission Details

Assignment 03 may be resubmitted. The deadline for resubmissions is 1700 on Friday, 17 October.

You can download a set of 3x3 board test cases here: tictactoe-3-test-cases.tar.gz. These correspond to the autograder’s output.

We made a mistake in class on one, by just looking at it and deciding it was a tie:

1
2
3
...
.X.
.O.

Not a tie! For example, X plays upper left, O plays in lower right, X plays in lower left, O is unable to block both of X’s win options.

The code as we left it in class is here: TicTacToeInClass.tar.gz, though I plan to either revise it, or continue on with (parts of) it in class Thursday depending upon the input I receive.