diff --git a/src/Spiellogik.c b/src/Spiellogik.c index 7ebea49..47e6f1d 100644 --- a/src/Spiellogik.c +++ b/src/Spiellogik.c @@ -139,6 +139,11 @@ int update(int realU[N][N],char richtung) { if (jj == 0) { return 1; } + if (realbU[ii][jj - 1] == (N * N) + 1) { + realb[ii][jj - 1] = groesste + 1; + apple(realU); + speed = speed + 20; + } } int probe(int input){