private int CalcNScore(int tileScore, AStarNode workingNode) { return(tileScore + workingNode.nScore); }