Class GoMokuBoardRenderer


  • public class GoMokuBoardRenderer
    extends TwoPlayerBoardRenderer
    Singleton class that takes a game board and renders it for the GameBoardViewer. Having the board renderer separate from the viewer helps to separate out the rendering logic from other features of the GameBoardViewer.
    • Constructor Detail

      • GoMokuBoardRenderer

        protected GoMokuBoardRenderer()
        private constructor because this class is a singleton. Use getRenderer instead