init GomokuBoard

This commit is contained in:
Aubin DORIVAL
2025-03-24 10:39:45 +01:00
parent 4e0f5ad0c4
commit d2a7c62485

6
src/GomokuBoard.java Normal file
View File

@@ -0,0 +1,6 @@
public class GomokuBoard {
private GomokuCell firstCell;
private int boardWith;
private int bordHeight;
}