From d1af6408a5e05abcc416f0ec1ad0296775dac243 Mon Sep 17 00:00:00 2001 From: Siamak Date: Fri, 10 Feb 2023 17:28:25 +0100 Subject: [PATCH] Rechtsfunktion weiter --- src/Spiellogik.c | 4 ++++ 1 file changed, 4 insertions(+) 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){