diff --git a/src/Spiellogik.c b/src/Spiellogik.c index efcb730..7d788bc 100644 --- a/src/Spiellogik.c +++ b/src/Spiellogik.c @@ -85,6 +85,12 @@ int update(int realU[N][N],char richtung) { } } } +if(richtung == 'u') { + if(ii == 0) { + return 1; + } + +} int probe(int input){