Skip to content

Instantly share code, notes, and snippets.

View dkundel's full-sized avatar
🐼
Panda hacking JavaScript

Dominik Kundel dkundel

🐼
Panda hacking JavaScript
View GitHub Profile
@dkundel
dkundel / bash.bas
Created August 30, 2017 08:16 — forked from sagnew/bash.bas
$BASH 2017 Apple IIe BASIC game
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$