diff --git a/src/Spiellogik.c b/src/Spiellogik.c index 0daf6e7..1325f88 100644 --- a/src/Spiellogik.c +++ b/src/Spiellogik.c @@ -135,6 +135,9 @@ int update(int realU[N][N],char richtung) { } } } + else if (richtung == 'l') { + + } int probe(int input){ return input;