From f94fc1b5a2d222ed73ec177e89aae984112bc54c Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 26 Mar 2025 21:29:47 +0000 Subject: [PATCH] change appearance --- w/w.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/w/w.c b/w/w.c index bf936fa..6efd8bb 100644 --- a/w/w.c +++ b/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"); }