Class GomokuBoard

java.lang.Object
GomokuBoard

public class GomokuBoard extends Object
  • Field Details

    • firstCell

      private GomokuCell firstCell
    • boardWith

      private int boardWith
    • bordHeight

      private int bordHeight
  • Constructor Details

    • GomokuBoard

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