Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

nathanfranke/gdmapf

Repository files navigation

⚠️ This will not receive updates, but I am still working on Godot pathfinding solutions. Contact me

⚠️ There is currently a major bug where agents travelling toward each other next to lots of obstacles get stuck. The solution would be to, instead of storing agent density at cells, storing agent velocity, and prioritize paths that travel along that velocity, but not against. However, the accuracy of this would be limited to the 8 directions that connect cells.

gdmapf

GDExtension solution to the multi-agent pathfinding problem using a modified flow-field algorithm.

Demonstration

About

Godot Engine Multi-Agent Pathfinding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published