Tic Tac Toe Project

 

 

 

Introduction

Another important use of computers is in computer games.  In this project you will write a program to play the simple pen and paper game Tic Tac Toe.

 

 

 

 

 

 

 

 

 

The Program

 

Your task is to write a program that allows the user to play Tic Tac Toe.. Your program must include a user interface that changes upon selection by the user to mark the X's and O's.  In addition you must develop a strategy for the computer player.

 

As in previous programs, turn in a listing of your source code, and several example runs of up to one hundred generations.   If you worked with others, be sure to include their names on your program.