Class | Description |
---|---|
Board |
This class implements the visual part of a board
for playing the game of
Othello.
|
Board.Memento | |
ButtonListener |
This class handles button clicks to save/restore snapshots.
|
Caretaker |
Caretaker of a snapshot of the Othello's board.
|
Main |
This is a driver to host a board to play the game of
Othello.
|
Mediator |
This class mediates (handles) mouse clicks on a position.
|
Position |
This class implements a position of the game of Othello.
|
PositionListener |
This class handles mouse clicks on a position whose coordinates are
set at construction.
|