color changes in console + promotion
This commit is contained in:
@@ -38,4 +38,8 @@ public class Coordinate {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "(" + this.x + ", " + this.y + ")";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user