From be45a9fdf1061766243fae8a1d2436c7ae6a4db4 Mon Sep 17 00:00:00 2001 From: Siamak Date: Fri, 10 Feb 2023 17:35:06 +0100 Subject: [PATCH] Updatefunktion geschrieben --- src/Spiellogik.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Spiellogik.c b/src/Spiellogik.c index b7f075e..f7c875e 100644 --- a/src/Spiellogik.c +++ b/src/Spiellogik.c @@ -84,7 +84,6 @@ int update(int realU[N][N],char richtung) { } } } -} if(richtung == 'u') { if(ii == 0) { return 1; @@ -185,6 +184,13 @@ int update(int realU[N][N],char richtung) { } } } + if (win(realU)) { + re 1; + } else { + print(realU); + return 0; + } +} int probe(int input){ return input;