Open bojidar-bg opened 8 years ago
We can take this from Godostra, no ?
@alketii ~ it would be better without A* and the additional complexity. Plain old BFS (breadth-first search) or even DFS (depth-first search) will do the job better, as we need all spots within a radius.
The game has to be able to find a path between waypoints/hex corners, while abiding by the rules. It should: