Browse Source

Rechtsfunktion weiter

main
Siamak 2 years ago
parent
commit
b18ec9f552
  1. 6
      src/Spiellogik.c

6
src/Spiellogik.c

@ -164,6 +164,12 @@ int update(int realU[N][N],char richtung) {
if (jj == N - 1) { if (jj == N - 1) {
return 1; return 1;
} }
if (realU[ii][jj + 1] == (N * N) + 1) {
realb[ii][jj + 1] = groesste + 1;
apple(realU);
speed = speed + 20;
}
} }
int probe(int input){ int probe(int input){

Loading…
Cancel
Save