adjacency matrix

  1. A

    Extract (non)walkable tiles from .map

    Hi everybody I want to extract the 256x256 matrix of walkable and not walkable tiles from every .map to build the adjacency matrix. I need this information to apply the Dijkstra algorithm to compute (and traverse) the shortest path between 2 points. For example, between the coordinates at the...
Back