@ -49,11 +49,22 @@ void getInput(){
else if(key=='q'){
printf("quit");
}
else if(key=='p'){
printf("game paused, p to continue");
pause();
printf("game continued");
pause(){
while(getch()!='p'){
sleep(1);
//khbit und getch aus dem Internet