diff --git a/Pong b/Pong index b89f687..2214a0e 100755 Binary files a/Pong and b/Pong differ diff --git a/Pong.go b/Pong.go index 1842009..ec95463 100644 --- a/Pong.go +++ b/Pong.go @@ -90,7 +90,7 @@ func Loop() { P1index=3 P2index=3 - for !GameOver { + for !GameOver { c:=getch() switch { case bytes.Equal(c, []byte{3}):