home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 212 / 212.d81 / b.blocks (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  850b  |  22 lines

  1. 10 print"[144][147]":poke53280,0:poke53281,0
  2. 20 gosub60000
  3. 50 sys57812"blocks.font",8,0:poke780,0:poke781,0:poke782,120:sys65493
  4. 60 sys57812"blocks.soln",8,0:poke780,0:poke781,0:poke782,192:sys65493
  5. 80 print"[147][144]load"chr$(34)"sliding blocks"chr$(34)",8"
  6. 90 print"run"
  7. 100 poke631,13:poke632,13:poke198,2:end
  8. 10000 open15,8,15,"s0:blocks boot":close15:save"blocks boot",8:end
  9. 60000 print"[129]       [211] [204] [201] [196] [201] [206] [199]   [194] [204] [207] [195] [203] [211]"
  10. 60005 print"[159]  [193]n [197]xercise in [211]trategy and [198]utility"
  11. 60008 b9$="                                      "
  12. 60010 poke214,14:print:print"  [155][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][152]"
  13. 60020 fori=0to7:printb9$:next:print"  [151][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][152]"
  14. 60030 b9$(0)="[211][204][201][196][201][206][199] [194][204][207][195][203][211]"
  15. 60040 b9$(1)="by [194]rian [194]oese"
  16. 60050 b9$(2)="([195]) 1990 by [211]oftdisk, [201]nc."
  17. 60060 b9$(3)="[208]ublished on [204][207][193][196][211][212][193][210] #77"
  18. 60070 b9$(4)="[211]ubscriptions 1-800-831-2694"
  19. 60080 b9$(5)="[193]ll [210]ights [210]eserved"
  20. 60090 poke214,16:print:fori=0to5:printtab(20-(len(b9$(i))/2))""b9$(i):next
  21. 60099 return
  22.