roy-t / AStar

A fast 2D path finding library based on the A* algorithm. Works with both grids and graphs. Supports any .NET variant that supports .NETStandard 2.0 or higher. This library has no external dependencies. The library is licensed under the MIT license.
http://roy-t.nl
MIT License
338 stars 60 forks source link

the edge of the bolck can only go straight. What should I do? #19

Closed ruijiexie closed 5 years ago

ruijiexie commented 6 years ago

With MovementPatterns.Full, the edge of the bolck can only go straight. eg. if (x,y) is block, can't move (x-1, y) to (x+1, y-1) . What should I do?

roy-t commented 6 years ago

Hey,

I'm sorry I don't understand. Can you take a screenshot in the editor when this problem occurs?