Uses of Package
com.anji.ttt

Packages that use com.anji.ttt
com.anji.gomoku com.anji.gomoku contains classes to handle Go-Moku (see Gamerz.net for rules). 
com.anji.ttt com.anji.ttt contains classes to handle Tic-Tac-Toe (see Yahooligans for rules). 
 

Classes in com.anji.ttt used by com.anji.gomoku
Board
          Abstracts the common elements of the playing area of a game, such as Tic-Tac-Toe or Checkers.
BoardPlayer
           
 

Classes in com.anji.ttt used by com.anji.ttt
Board
          Abstracts the common elements of the playing area of a game, such as Tic-Tac-Toe or Checkers.
BoardPlayer
           
TttCenterPlayer
          "Bad" tic-tac-toe subject with a preference for playing in the center.