From aaaf7909ed3d318be0d5782e0559f9bc3fbcda88 Mon Sep 17 00:00:00 2001 From: Christopher Pedersen <12384786+topherPedersen@users.noreply.github.com> Date: Mon, 24 Sep 2018 14:07:03 -0500 Subject: [PATCH] Update pong.bas --- pong.bas | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pong.bas b/pong.bas index aeb896c..cb81a82 100644 --- a/pong.bas +++ b/pong.bas @@ -153,9 +153,10 @@ 3040 FOR X = 0 TO 7 3050 ZZ=X 3060 NEXT X -3100 REM X -3101 PRINT @ 170, "PLAY AGAIN ?" +3100 PRINT @ 170, "PLAY AGAIN ?" +3101 SET(58, C1, 5): SET(58, C2, 5): SET(58, C3, 5) 3102 PRINT @ 261, "'Y' FOR YES 'N' FOR NO" +3103 SET(58, C1, 5): SET(58, C2, 5): SET(58, C3, 5) 3104 PS=0: CS=O 3105 NG$=INKEY$ 3120 IF NG$="Y" THEN 3400 @@ -163,5 +164,5 @@ 3140 GOTO 3030 3400 GOTO 7 3500 RETURN -4000 REM X +4000 CLS 5000 END