|
@ -6,6 +6,7 @@ |
|
|
#include<stdlib.h> |
|
|
#include<stdlib.h> |
|
|
#include<time.h> |
|
|
#include<time.h> |
|
|
#include<stdbool.h> |
|
|
#include<stdbool.h> |
|
|
|
|
|
#include"Spiellogik.h" |
|
|
//#include "Umgebung.h" |
|
|
//#include "Umgebung.h" |
|
|
|
|
|
|
|
|
void ASCI();//Bellow you can find the function ASCI with which we designed the box and snake and food |
|
|
void ASCI();//Bellow you can find the function ASCI with which we designed the box and snake and food |
|
@ -17,10 +18,10 @@ void Score(int score); |
|
|
void Apfel(int realU[N][N]); |
|
|
void Apfel(int realU[N][N]); |
|
|
void Umgebung(int str[N][N]); |
|
|
void Umgebung(int str[N][N]); |
|
|
int delay(int ms); //in the first step it remains constant |
|
|
int delay(int ms); //in the first step it remains constant |
|
|
/* |
|
|
|
|
|
|
|
|
|
|
|
//Unittest funktioniert nicht wenn Dateien mit einer main Methode aufgerufen werden |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//Unittest funktioniert nicht wenn Dateien mit einer main Methode aufgerufen werden |
|
|
|
|
|
/* |
|
|
int main(){ |
|
|
int main(){ |
|
|
srand(time(0));// damit wir ein Zufallszahl haben. |
|
|
srand(time(0));// damit wir ein Zufallszahl haben. |
|
|
int realU[N][N]; |
|
|
int realU[N][N]; |
|
|