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

TODO: release new minor version with save/load changes #40

Closed roy-t closed 4 years ago

roy-t commented 4 years ago

https://github.com/roy-t/AStar/pull/39 was merged but I need to give it one quick test before I'll release a new nuget package. Planning to this next Wednesday (06-08-2020)

roy-t commented 4 years ago

Tested and released, should be available on NuGet in just a few minutes

(cc: @jcageman)