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

Add unit test #5

Closed roy-t closed 6 years ago

roy-t commented 7 years ago

We need to be able to verify new changes automatically. But the API might need to be changed (be more open) to make effective unit tests.

roy-t commented 6 years ago

Done :)