in each seDeplace/mange of Piece => add statements to check color of current piece that has moved.
transfer that value to a private String lastMoved.
In those methods, also check if this.couleur == lastMoved then abort the execution of method.
