genCells no finished

This commit is contained in:
Aubin DORIVAL
2025-03-31 11:03:40 +02:00
parent 0140f1ed93
commit f7825248bc
3 changed files with 98 additions and 17 deletions

View File

@@ -33,6 +33,6 @@ public class GomokuGame {
}
public GomokuBoard getBoard() {
return new GomokuBoard(0,0);
}
}