diff --git a/MazeMaker/Maze.swift b/MazeMaker/Maze.swift deleted file mode 100644 index 3b98c3d..0000000 --- a/MazeMaker/Maze.swift +++ /dev/null @@ -1,6 +0,0 @@ -public class Maze: Grid { - public init(layout: L, algorithm: Algorithm) { - super.init(layout: layout) - algorithm.applyTo(self); - } -} \ No newline at end of file