Skip to content

Path data structure and path-finding algorithms are coupled #102

Description

For example, the flood fill algorithm is implemented within the FloodFillPath constructor, and FloodFillPath inherits from Path.

The algorithm should be its own entity that adds to a Path from the outside, rather than being in the constructor of a Path.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions