draw method

void draw()

Implementation

void draw() {
  for (var point in walls) {
    drawChar(point, '🟫');
  }
}