|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
| Board | A concrete board implementation that implements the rules of tic-tac-toe. |
| BoardTest | A series of tests used by JUnit to make sure
that the rules of the tic-tac-toe game are implemented
correctely. |
| EmptyPiece | Represents a location on the tic-tac-toe board that contains
no piece at all. |
| Evaluator | An evaluator that is capable of evaluating a tic-tac-toe game. |
| Move | A concrete implementation of a move in a tic-tac-toe game. |
| MoveIterator | Iterates all of the currently legal moves in a
tic-tac-toe game
|
| OPiece | Represents a location on the tic-tac-toe board that contains
an O. |
| PlayerIterator | Iterates the two player's currenly playing a game of
tic-tac-toe. |
| XPiece | Represents a location on the tic-tac-toe board that contains
an X. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||