Package p2.tictactoe.gui

Class Summary
GameGUI This class implements the view on a TicTacToe game.
GUIplayer Manage interaction with user.
Place Represents the view of a single place on the BoardGame.
PlaceListener This class picks up mouse clicks and propogates them to a Player of the BoardGame.