Flow fields vs Potential fields

A potential field is a type of scalar field. In contrast, a flow field is a vector field. These are essentially just multidimensional arrays that are used as low level data structures for various pathfinding designs; there really is no “standard” algorithm equivalent to the ubiquity of A* for point-to-point pathfinding. - How are flow fields different from potential fields?

chasing a player without Navigation2D or A* pathfinding

  • Godot Enemy AI - HN

caption

Written on April 12, 2020, Last update on December 30, 2022
algorithm pathfinding flood-fill diffusion map codingame godot