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

utils/graph: Moved from AStar to dijkstra #190

Merged
merged 1 commit into from
Mar 7, 2024
Merged

utils/graph: Moved from AStar to dijkstra #190

merged 1 commit into from
Mar 7, 2024

Conversation

xescugc
Copy link
Owner

@xescugc xescugc commented Mar 5, 2024

Turns out it's fast enough now and the result it's much better.

Also fixed the life bars that where not working since the change from 'float64' to 'int'

Closes #174

Turns out it's fast enough now and the result it's much better.

Also fixed the life bars that where not working since the change from 'float64' to 'int'
@xescugc xescugc merged commit ac090bc into master Mar 7, 2024
1 check passed
@xescugc xescugc deleted the fg-174 branch March 7, 2024 11:14
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.

More improvements into AStar
1 participant