@ -124,7 +124,7 @@ int main(){
int maxScore = 5;
int isPaused = 0;
while (1) {
while (score1 < maxScore && score2 < maxScore) {
//Steuerung für Schläger 1
if (!isPaused && kbhit()){
char input = getch();