So I'm doing an Pathfinding ai
And its the Dijkstra Method
I have most of the things but I have one problem
So I made every node in my room and I want it to run while it follows a player
So my problem here is:
So there is nodes in every Corner and every Gap how do I make it choose the path so it skips the gap so it can go to the corner while it follows the player
