Skip to content

Commit 1fc870d

Browse files
authored
Merge pull request #311 from boriel/feature/make_snake_game_playable
Make snake game playable
2 parents 82d7e43 + 0dab388 commit 1fc870d

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)