Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
Life Cycle Cost Analysis
Tic Tac Toe (50 points)
Write a class encapsulating the concept of a tic-tac-toe game as follows:
Player.java (10 points) – class represents a player TicTacToe.java (20 points) – class represents the tictactoe board
TicTacToeDriver.java (20 points) – class that contains the logic of the game