Advertisement
Guest User

Bandersnatch

a guest
Dec 29th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 10 REM -----------------------------
  2. 20 REM       BANDERSNATCH_v1.0
  3. 30 REM -----------------------------
  4. 35 REM Programmed by Stefan Butler
  5. 40 GO SUB 200: REM Draw Title Screen
  6. 50 GO SUB 500: REM Load last save point
  7. 60 GO SUB 600
  8. 70 GO SUB 900: REM Load graphic character set
  9. 100 REM Menu Screen selection
  10. 110 LET ng=0
  11. 120 DIM m$(3,10)
  12. 130 LET m$(1)="New Game": LET m$(2)="Load Game": LET m$(3)="Options"
  13. 140 FOR n=1 TO 3: PRINT AT 10+n,5; INK 0;m$(n); NEXT a
  14. 150 GO SUB 500
  15. 160 IF ng=1 THEN GO TO 300: REM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement