Merge branch 'master' of
https://gitarero.ecam.fr/valentine.giral/OOP_3B3_Project.git
This commit is contained in:
commit
23758f25e5
|
|
@ -411,7 +411,8 @@ public class Board {
|
|||
//Deep copy highlighted positions
|
||||
this.highlightedPositions = new ArrayList<>();
|
||||
for (int[] pos : highlightedPositions) {
|
||||
|
||||
|
||||
//TO BE DONE
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package backend;
|
||||
|
||||
public class MoveRecord {
|
||||
// records the piece last move
|
||||
//record the piece last move
|
||||
Piece movedPiece;
|
||||
Piece capturedPiece;
|
||||
int fromX, fromY, toX, toY;
|
||||
|
|
|
|||
Loading…
Reference in New Issue