Skip to content

Rework Route finding Code #5

@BenSmithers

Description

@BenSmithers

Right now the path-finding code is hard-coded into the Hex definition. It also explicitly depends on the overland module code. This is bad! Path finding should depend on the module

Idea: modules implement heuristic/cost functions based on two arbitrary hexes. These functions should be handed down to the Clicker by the main launch script.

  • Route Finding (A* implementation) should be module-dependent

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions