for i in range(1, midheight):
        line = []
        for j in range(width):
            # Even columns
            if j % 2 == 0: