Skip to content

Commit

Permalink
Update pong.bas
Browse files Browse the repository at this point in the history
  • Loading branch information
topherPedersen authored Sep 24, 2018
1 parent 203ca07 commit a99198e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pong.bas
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
1 CLS
2 PRINT @ 203, "COCO-PONG"
3 PRINT @ 257, "COPYLEFT 2018, CHRIS PEDERSEN"
4 PRINT @ 325, "PRESS <ENTER> TO BEGIN"
5 INPUT PE$
6 REM X
2 PRINT @ 139, "COCO-PONG"
3 PRINT @ 193, "COPYLEFT 2018, CHRIS PEDERSEN"
4 PRINT @ 259, "CONTROLS: 'W'=UP, 'S'=DOWN"
5 PRINT @ 324, "PRESS <ENTER> TO BEGIN"
6 INPUT PE$
7 REM PS=PLAYER'S SCORE, CS=COMPUTER'S SCORE
8 PS=0
9 CS=0
Expand Down

0 comments on commit a99198e

Please sign in to comment.