getScore
if (move.getScore() <= 0) {
return ((score < other.getScore()) ? -1 :
(score > other.getScore()) ? 1 : 0);