Merge branch 'master' of
https://gitarero.ecam.fr/yohan.montagne/OOP_2B1_Project.git
This commit is contained in:
commit
379ab763a5
|
|
@ -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;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue