Hi,

I'm writing a tic tac toe game, however I want the logic to be in one class, TicTacToeEngine, and then GUI to be in a separate class, TicTacToeGUI. TicTacToeEngine has a TicTacToeGUI as a...