From d3bf2f817074f35f5632d1e1744a31bf0b70c663 Mon Sep 17 00:00:00 2001 From: fdai7225 Date: Sun, 29 Jan 2023 09:04:16 +0100 Subject: [PATCH] Design Cods --- src/Umgebung.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Umgebung.c b/src/Umgebung.c index 651fb0a..b30d207 100644 --- a/src/Umgebung.c +++ b/src/Umgebung.c @@ -6,6 +6,14 @@ #include #include #include + +// Bellow you can find the function ASCI with which we designed the box and snake and food +/*int main(){ + int a = 0; + while( a<= 255) + printf("%d = %c\n", a , a); + a++;} */ + void Apfel(int realU[N][N]); void Umgebung(int str[N][N]); void delay(int ms);