Skip to content

Get rid of Grid #1

Description

@BlackScorp

Instead of the Grid class, we need another kind of collection helper which can get the parent neighbor nodes. The current Grid only works for 2D Array so this A* pathfinding cannot be used for Open Street map for example or hexagonal maps.

Maybe someone has an idea how to replace the Grid with NodeCollection class and implement different kinds of neighbor detection algorithm?

Here for example https://en.wikipedia.org/wiki/Adjacency_list

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions