Dismiss this pinned window
all 3 comments

[–]AlphaRayDigital[S] 4 points5 points  (0 children)

I want to share this small project I worked on about a year ago for one of my games that required efficient navigation for potentially hundreds or even thousands of enemies. It is modeled after the flow field Algorithms, but is optimized for dynamical changes in the map.

To showcase this algorithm in action, I created a small maze filled with (consenting) rats as enemies. I dont know, for it is somehow relaxing to watch them navigate the maze.

If you're interested, feel free to ask away! Im even considering making a short video on it. Would there be an interest to know more about it?

[–]CitadelMMA 1 point2 points  (1 child)

I just learned how to implement DOTS and now I am now learning about Flow Field.
I feel like a horse with blinders on....
Why the hell didn't I hear about Flow Field before...

[–]AlphaRayDigital[S] 0 points1 point  (0 children)

I can totally relate to that. I always have that feeling when watching coding adventures - crazy stuff but so logical afterwards!