This commit is contained in:
mimie 2025-05-16 09:43:22 +02:00
parent 065fcd4366
commit 8c4b342126
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class Board {
y = -1; y = -1;
turnNumber= 0; turnNumber= 0;
} }
//test
public int getWidth() { public int getWidth() {
return colNum; //The width is represented by the columns return colNum; //The width is represented by the columns
} }