This commit is contained in:
gwitt 2025-05-16 10:01:28 +02:00
commit 63ef2ce24c
1 changed files with 2 additions and 1 deletions

View File

@ -276,10 +276,11 @@ public class Board {
this.turnNumber +=1;
}
// we now reset our parameters
// we now reset our parameters
this.x=-1;
this.y=-1;
castlingDone=false;
previousBoard.add(this.toString());
// we add 1 to the number of turned played
}
}