home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1993 July / 1993-07.d64 / odin (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  6KB  |  33 lines

  1. 10 rem              odin
  2. 11 rem
  3. 12 rem          frank lindsey
  4. 13 rem          rt. 14 box 74
  5. 14 rem          bowling green
  6. 15 rem          kentucky, usa
  7. 16 rem          (502)781-3117
  8. 17 rem
  9. 18 rem let's hear it for free software!
  10. 19 rem
  11. 20 rem let's also hear it for making a
  12. 21 rem buck. watch for my other commer-
  13. 22 rem cially available programs.
  14. 23 rem
  15. 100 poke53280,3:poke53281,6
  16. 110 print"[147][152][142] [169]  [223][146]    [223][146]     [146]   [223][146]   [146]"
  17. 120 print"  [146]   [146]   [146]  [223][146]   [146]     [223][146]  [146]"
  18. 130 print"  [146]   [146]   [146]   [146]   [146]    [146][223] [223] [146] "
  19. 140 print"  [146]   [146]   [146]  [169]   [146]    [146] [223]  [146] "
  20. 150 print" [223]  [146][169]    [146][169]     [146]   [146]  [223] [146] "
  21. 160 print"[209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209]"
  22. 170 print"[209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209][209]"
  23. 180 print"     shoot obstacles while avoiding
  24. 181 [153]"        collisions or being shot
  25. 182 print"        pause with the shift key
  26. 183 [153]"        *press any key to start*
  27. 200 m=0:n=20:mc=0:nc=0
  28. 210 m=m+1:ifm>39thenm=0:mc=mc+1:ifmc>15thenmc=0
  29. 220 n=n+1:ifn>39thenn=0:nc=nc+1:ifnc>15thennc=0
  30. 230 poke55336+m,mc:poke55656+n,nc
  31. 240 geta$:ifa$=""then210
  32. 250 sys3122
  33.