How would I start with a BASIC pathfinding script ( zombies moving around objects in front of them to get to the player )
in javascript. I have tried to use packages pre made, but they are in C# and cannot be added into my project the way I need. I would also like to know How I would go about doing this myself.
Only just finished implementing my own quick pathfinding class.
Using google’s top 2 results I was able to understand and implement it in just under an hour (could be much quicker if you’re not fussy about the heuristics).