文件名称:tictacmodel
介绍说明--下载内容均来自于网络,请自行研究使用
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
model\GameBoard.java
.....\GameBoardFactory.java
.....\IGameBoard.java
.....\IPlayer.java
.....\Player.java
.....\PointCollector.java
model