20212223242526
public TicTacToeBoardViewer() { } @Override protected GameController createController() { return new TicTacToeController(); }