ajout de commentaires
This commit is contained in:
parent
1f741736e1
commit
2ef8e6f5e4
@ -185,7 +185,7 @@ public class Echiquier {
|
||||
}
|
||||
|
||||
|
||||
public boolean estVide(Position position) {
|
||||
public boolean estVide(Position position) { //Voir si la piece dans la position indiqué est vide
|
||||
int x = position.getX();
|
||||
int y = position.getY();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user