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

Update readme #42

Closed railken closed 4 years ago

railken commented 4 years ago

Added using Roy_T.AStar.Paths; in readme because PathFinder requires that

roy-t commented 4 years ago

Hey thanks for the submission! Silly mistake from me. Merging it!