Class RenderBoard

java.lang.Object
RenderBoard

class RenderBoard extends Object
  • Field Details

    • width

      private int width
    • height

      private int height
    • boardState

      private int[][] boardState
  • Constructor Details

    • RenderBoard

      public RenderBoard(int width, int height)
  • Method Details

    • update

      public void update(GomokuGame game)
    • drawBoard

      public void drawBoard(Graphics g, int x, int y, int w, int h)