Board Game Application
Creates the BoardGameApplication with optional title and dimension. May only be called once per execution.
Parameters
Title for the application window. Gets displayed in the title bar. Default: DEFAULT_WINDOW_TITLE.
Initial window width. Default: DEFAULT_WINDOW_WIDTH.
Initial window height. Default: DEFAULT_WINDOW_HEIGHT.
Initial window mode. Overrides isMaximized and isFullScreen if passed. Refer to WindowMode docs for further information about the effects.
Creates the BoardGameApplication with optional title and aspect ratio. May only be called once per execution.
Parameters
Title for the application window. Gets displayed in the title bar. Default: DEFAULT_WINDOW_TITLE.
Initial aspect ratio of application window. Default: empty AspectRatio constructor.
Initial window mode. Overrides isMaximized and isFullScreen if passed. Refer to WindowMode docs for further information about the effects.