diff --git a/src/Spiellogik.c b/src/Spiellogik.c index 219e40b..2f6ca42 100644 --- a/src/Spiellogik.c +++ b/src/Spiellogik.c @@ -169,7 +169,11 @@ int update(int realU[N][N],char richtung) { apple(realU); speed = speed + 20; } + else { + if (!lose(realU, richtung)) { + } + } } int probe(int input){