TicTacToe

Develop a console application in Objective-C that allows two players to play tic tac toe. You must develop a class named TicTacToe that controls must of the logic within the game. Here is an example of a Java application that uses a TicTacToe class. Here is a tutorial for an objective-C tic tac toe program.

Preconditions:

  • none

You must hand in the following papers stapled in this specified order:

  1. client class
  2. TicTacToe class

Also, do the following:

  1. Call the instructor to your computer and execute the program for him for a run-time grade.