289290291292293294295296297298299
} // get the board set's hash for this move. hash = set.hash(); MoveTypes type = null; // Define what the type of the move is. if (getType() == MoveTypes.FROM_AFAR) { type = getType(); } else if (score == 0) {
218219220221222223224225226227228
} // Get the hash for the board set for this move. hash = set.hash(); MoveTypes type = null; // The user will be told if the move captures or just moves the // piece. if (score == 0) { type = MoveTypes.MOVE;