You may have noticed my last query on a similar task. I am trying to replicate this structure:
********************
********* *********
******** ********
******* *******
****** ******
***** *****
**** ****
*** ***
** **
* *
** **
*** ***
**** ****
***** *****
****** ******
******* *******
******** ********
********* *********
********************
If you think of it as composed of 4 triangles - I am able to produce each of the corners individually, then to put them under one another. I do not know how I would go about putting them together in a larger construct though. Would I attempt this, or would I approach the problem by tackling it as if were a single construct and work on it line by line as I did with the individual triangle parts? I just assumed that the triangles into a bigger thing might be a shortcut.