Implementing map into A* pathfinder

asked 2017-11-09 08:39:31 -0500

bmancarth gravatar image

So I have my A* pathing algorithm, and I have made a 2d array from my world file. I am trying to

I am having difficulty figuring out how to combine the two to get a path. When I tried to implement it based on what I thought was necessary I got no output. Is there any hint or resource I can be directed to for assistance on this? I am using python for all my work.

edit retag flag offensive close merge delete