Question: A simple two player Tic-Tac Toe program with a simple text interface where the board is re-drawn after each move. After each player moves the
A simple two player Tic-Tac Toe program with a simple text interface where the board is re-drawn after each move. After each player moves the referee needs to evaluate the board to see if the game is over. The referee feature should be an Aspect. The basic features of the program are as follows:
Display the board
Get a players move (empty position)
A referee should check to see if the game is over. This can happen one of two ways;
- A player wins
- All of the positions are filled and there is no winner (i.e a draw)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
