Skip to content

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

@ghost

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions