pathfinding icon indicating copy to clipboard operation
pathfinding copied to clipboard

Efficient C++ pathfinders on 2D grids using variations of A* search

Results 4 pathfinding issues
Sort by recently updated
recently updated
newest added

Hello! I want to use this code but I need to know it's license before using it. Can you add a license to the repository?

HI,may I have your help? I have installed boost 1.69.0; And Terminal display: ``` The Boost C++ Libraries were successfully built! The following directory should be added to compiler include...

…pace In case you are interested, I removed boost dependency and tidied up a bit. Also the GhostTown.map and a couple of others were segfaulting on Windows, so I increased...

Hi: Im using this library but the problem is that when using the Diag functions sometimes it goes in diagonal even to cross a horizontal corridor. The reason is because...