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
|
||||
system("clear");
|
||||
#endif
|
||||
|
||||
printf("o=======o\n");
|
||||
printf("\n\n\n");
|
||||
printf(" o=======o\n");
|
||||
|
||||
for (int y = 0; y < 3; y++)
|
||||
{
|
||||
printf("| ");
|
||||
printf(" | ");
|
||||
for (int x = 0; x < 3; x++)
|
||||
{
|
||||
if (y == 0 && pov[1][1] != ' ')
|
||||
|
@ -271,10 +271,10 @@ void draw()
|
|||
}
|
||||
printf(" |\n");
|
||||
}
|
||||
printf("o=======o\n");
|
||||
printf("| %s |\n", gamestate.name);
|
||||
printf("o=======o\n");
|
||||
printf("\n");
|
||||
printf(" o=======o\n");
|
||||
printf(" | %s |\n", gamestate.name);
|
||||
printf(" o=======o\n");
|
||||
printf("\n\n");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue