public class Move { //source and dest coordinates //boolean check or not //boolean capture or not //boolean checkmate or not //returns something like e2-e4 or Qc8++ public String toString() { } }