/**
* @return the dialog used to specify various game options and parameters.
*/
@Override
protected GameOptionsDialog createOptionsDialog(Component parent, GameController controller ) {
return new TwoPlayerOptionsDialog(parent, (TwoPlayerController) controller);
}