Merge branch 'master' of https://gitarero.ecam.fr/noa.four/OOP_Group1B2_Project
This commit is contained in:
commit
f358d82b51
|
|
@ -39,5 +39,5 @@ public class Move {
|
||||||
return piece + ":("+ fromX + "," + fromY + ")-("+ toX + "," + toY + ")" +
|
return piece + ":("+ fromX + "," + fromY + ")-("+ toX + "," + toY + ")" +
|
||||||
( capturedPiece != null? "capturing "+ capturedPiece: "");
|
( capturedPiece != null? "capturing "+ capturedPiece: "");
|
||||||
}
|
}
|
||||||
|
// remove commit message
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue