diff --git a/src/GomokuBoard.java b/src/GomokuBoard.java new file mode 100644 index 0000000..7387adc --- /dev/null +++ b/src/GomokuBoard.java @@ -0,0 +1,6 @@ + +public class GomokuBoard { + private GomokuCell firstCell; + private int boardWith; + private int bordHeight; +}