Skip to content

Commit 0dab388

Browse files
committed
Make snake game playable
Too fast when compiled! :-) Add PAUSE 5 as delay.
1 parent 82d7e43 commit 0dab388

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

examples/english/snake_en.bas

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@
127127

128128
3500 REM Pausa / Delay
129129
3505 BEEP 0.005, 0
130-
3510 FOR i = 1 TO 500:
131-
NEXT i
130+
3510 PAUSE 5
132131

133132
7998 GOTO 3000
134133

examples/spanish/snake_es.bas

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@
127127

128128
3500 REM Pausa / Delay
129129
3505 BEEP 0.005, 0
130-
3510 FOR i = 1 TO 500:
131-
NEXT i
130+
3510 PAUSE 5
132131

133132
7998 GOTO 3000
134133

0 commit comments

Comments
 (0)