CS116 - Intro to Programming, C++
Summer 1998
Project 3
Due: Friday, August 28, 1998
This short project involves completing the program for a TicTacToe game. The user plays against the computer. At first, both the user's and the computer's moves are read from the keyboard, i.e. you will play both for the user and the computer. Later you will teach the computer to play according to some strategy.
Copy the relavant files into your own directory via:
cp -pr ~ behfar/code/project3 project3
To sumbit your finished program, do submit project3.