Exemple #1
0
 def __init__(self, shape):
     self.colors = Maze.colors()
     self._maze = MazeArray(shape)