Description: The game logic for a well known game, tic tac (3 in a row), not this was made as a layered application, and this is only the game logic, but easy to implement your own presentation layer.
To Search:
File list (Check if you may need any files):
model\GameBoard.java
.....\GameBoardFactory.java
.....\IGameBoard.java
.....\IPlayer.java
.....\Player.java
.....\PointCollector.java
model