Skip to content

Conversation

@KatieButler
Copy link

g_score = score required to move to that spot (includes scores to move into parent spots before said spot and the score required to make the next move), increases as the spot gets farther away from starting spot because sum increases
h_score = predicted score required to get to the goal, decreases as spot gets closer to go because predicted distance decreases
f_score = g + h (predicted total score to get to the goal)


This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant