Browse Source

Hinzufügen

remotes/origin/branchJulia
fdai8040 11 months ago
parent
commit
9c7fe6d941
  1. 1
      src/main/c/Pong/pong.c

1
src/main/c/Pong/pong.c

@ -2,6 +2,7 @@
#include <termios.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#define WIDTH 40 //Breite Spielfeld
#define HEIGHT 20 //Höhe Spielfeld

Loading…
Cancel
Save