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

Updated readme #44

Closed AldeRoberge closed 3 years ago

AldeRoberge commented 3 years ago

Kings move diagonally too. Rook only move laterally.

Source : https://www.wholesalechess.com/pages/new-to-chess/pieces.html

roy-t commented 3 years ago

Do'h! No clue what I was thinking when I wrote this. Thanks for the MR!