This commit is contained in:
edwin 2025-05-16 09:52:35 +02:00
commit ec1fc2a693
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class Board {
lastTurnPawnTwo = false;
previousBoard = new ArrayList<>();
}
//test
public int getWidth() {
return colNum; //The width is represented by the columns
}