init GomokuBoard
This commit is contained in:
6
src/GomokuBoard.java
Normal file
6
src/GomokuBoard.java
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
public class GomokuBoard {
|
||||||
|
private GomokuCell firstCell;
|
||||||
|
private int boardWith;
|
||||||
|
private int bordHeight;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user