/diamond_mirrored_art_pattern

A fun algorithm that draws a mirrored diamond around bars according to the desired size.

Primary LanguageCGNU General Public License v3.0GPL-3.0

diamond_mirrored_art_pattern

A fun algorithm that draws a mirrored diamond around bars according to the desired size.

What Does It Do?

Generates outputs like this:

 \        *        /
  \      ***      /
   \    *****    /
    \  *******  /
     \*********/
      \*******/
       \*****/
        \***/
         \*/
         /*\
        /***\
       /*****\
      /*******\
     /*********\
    /  *******  \
   /    *****    \
  /      ***      \
 /        *        \

Haha' :)