change appearance
This commit is contained in:
parent
6c6e8dfc12
commit
f94fc1b5a2
14
w/w.c
14
w/w.c
|
@ -248,12 +248,12 @@ void draw()
|
||||||
#else
|
#else
|
||||||
system("clear");
|
system("clear");
|
||||||
#endif
|
#endif
|
||||||
|
printf("\n\n\n");
|
||||||
printf("o=======o\n");
|
printf(" o=======o\n");
|
||||||
|
|
||||||
for (int y = 0; y < 3; y++)
|
for (int y = 0; y < 3; y++)
|
||||||
{
|
{
|
||||||
printf("| ");
|
printf(" | ");
|
||||||
for (int x = 0; x < 3; x++)
|
for (int x = 0; x < 3; x++)
|
||||||
{
|
{
|
||||||
if (y == 0 && pov[1][1] != ' ')
|
if (y == 0 && pov[1][1] != ' ')
|
||||||
|
@ -271,10 +271,10 @@ void draw()
|
||||||
}
|
}
|
||||||
printf(" |\n");
|
printf(" |\n");
|
||||||
}
|
}
|
||||||
printf("o=======o\n");
|
printf(" o=======o\n");
|
||||||
printf("| %s |\n", gamestate.name);
|
printf(" | %s |\n", gamestate.name);
|
||||||
printf("o=======o\n");
|
printf(" o=======o\n");
|
||||||
printf("\n");
|
printf("\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue