@ -6,6 +6,14 @@
#include<stdlib.h>
#include<time.h>
#include<stdbool.h>
// 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);