This commit is contained in:
Gaspard VANCOMPERNOLLE 2025-04-09 09:28:04 +02:00
parent 9e50c45e76
commit 4206f7e5f9
1 changed files with 2 additions and 4 deletions

View File

@ -13,13 +13,11 @@ public class Board {
}
public int getWidth() {
//TODO
return 0;
return width;
}
public int getHeight() {
//TODO
return 0;
return height;
}
public int getTurnNumber() {