changement API

This commit is contained in:
James Boutaric
2025-10-09 11:46:45 +02:00
parent b9c926f493
commit 403764edc6
11 changed files with 106 additions and 48 deletions

View File

@@ -64,7 +64,7 @@ public class NimBoard extends AbstractBoard {
}
@Override
public Player getcurrentPlayer() {
public Player getCurrentPlayer() {
return this.currentPlayer;
}
@@ -196,4 +196,3 @@ public class NimBoard extends AbstractBoard {
return sb.toString();
}
}