This commit is contained in:
2017-08-23 21:15:18 +02:00
parent 6c168a8618
commit d9f9acc87c
5 changed files with 76 additions and 84 deletions

View File

@@ -1,18 +1,18 @@
const char base_figure[6][8] = {{"======="}, \
{"I "}, \
{"I "}, \
{"I "}, \
{"I "}, \
{"I\\ "}};
{"I "}, \
{"I "}, \
{"I "}, \
{"I "}, \
{"I\\ "}};
const char figure[6][5] = {{" O "}, \
{" I "}, \
{"\\I "}, \
{"\\I/"}, \
{"/ "}, \
{"/ \\"}};
{" I "}, \
{"\\I "}, \
{"\\I/"}, \
{"/ "}, \
{"/ \\"}};
/* This array represents the layers where the strings
of the current stage(array index) should be printed*/
of the current stage(array index) should be printed */
const int stages[] = {0, 1, 1, 1, 2, 2};