-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request