This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 REM Clear the screen | |
20 TEXT : HOME | |
25 REM DISPLAY WELCOME SCREEN | |
30 VTAB 4: HTAB 15: PRINT "$BASH RACER" | |
40 VTAB 13: HTAB 3: PRINT "USE LEFT AND RIGHT ARROW KEYS TO MOVE" | |
50 VTAB 14: HTAB 7: PRINT "ANY OTHER KEY GOES STRAIGHT" | |
60 VTAB 21: PRINT "PRESS ANY KEY TO PLAY" | |
65 VTAB 23: PRINT "SCORE 5000 POINTS TO WIN" | |
70 REM WAIT FOR KEYPRESS | |
80 GET KEY$ |