home *** CD-ROM | disk | FTP | other *** search
/ Run Magazine ReRun: Strategy Games 2 / rerun-strategygamesII.d64 / maze (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  350b  |  18 lines

  1. 5 if q=1 then sys 12288
  2. 10 poke 53280,0:poke 53281,0:print"[147]";
  3. 20 for x=1 to 21
  4. 30 if x=1 then print"[151]";
  5. 40 if x=8 then print"[152]";
  6. 50 if x=15 then print"[155]";
  7. 60 if x=21 then print"";
  8. 70 printtab(x*.77);"maze run"
  9. 80 next x
  10. 100 print"";
  11. 110 for x=1 to 20
  12. 120 printtab(x*.77)"        "
  13. 130 next x
  14. 140 for x=1 to 15:print:next x
  15. 150 print"[158]";tab(19)"by"
  16. 160 printtab(10);"[154]lysle  e. shields ]i["
  17. 170 q=1:load"maze.obj",8,1
  18.