-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
Hi,
I’m developing a simple game on a 2D grid.
I have many enemies that have to find shortest path to the player every 0.5 second.
There’s static and dynamic obstacles in the grid (when an enemy or player moves, the tile it moves onto becomes an obstacle for other enemies).
In other words they can’t stand on the same tile.
I’m trying to use your library to implement this but a little confused as to how to code the obstacles bit.
Can I get some advice please? Do I have to add links to every walkable neighbour tile of each tile?
Metadata
Metadata
Assignees
Labels
No labels