Skip to content

Make SquashedMaze a subclass of AbstractMaze #124

@sraaphorst

Description

@sraaphorst

We cannot currently do this, because AbstractMaze has a width and height, and SquashedMaze does not.

Again, this is why we should have GraphMaze as our top-level maze, with AbstractMaze perhaps being renamed GridMaze, and SquashedMaze can then be a subclass of GraphMaze, as per #125.

Metadata

Metadata

Assignees

No one assigned

    Labels

    optionalOptional feature: may not implementrefactorRefactoring of the codesquashedmazeA squashed representation of a maze into a minimal graph.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions