import Move;
import Player;
public interface Game {
    public Player validate(Move m);
}
