Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rescoring doesn't seem to work properly #1

Open
PaulRotar93 opened this issue Dec 21, 2017 · 0 comments
Open

Rescoring doesn't seem to work properly #1

PaulRotar93 opened this issue Dec 21, 2017 · 0 comments

Comments

@PaulRotar93
Copy link

I've been recently working on a game which was based on using the A* algorithm for pathfinding.
The game is online so the server also needs to calculate the position of each object in the scene, thing which will throttle my CPU up to 100%. So far I noticed that the "cost" property on each hex won't get rescored for some reason, thing which is the main cause why this is happening since I noticed that this is most likely Dijkstra's algorithm instead of A* due to the massive search in all directions.

Is there anything that i'm missing here which is responsible for making the plugin work as expected ?

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

No branches or pull requests

1 participant