Merge branch 'master' of

https://gitarero.ecam.fr/yohan.montagne/OOP_2B1_Project.git
This commit is contained in:
charles.duteil 2025-04-09 10:23:21 +02:00
commit 379ab763a5
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,8 @@ private int x;
private int y;
private PieceType type;
private boolean isWhite;
private boolean isruenwhite;
private int turnnumber;
@ -24,6 +26,7 @@ private boolean isWhite;
this.Width=colNum;
this.Height=lineNum;
this.pieces= new ArrayList <> ();
this.turnnumber= 0;