home *** CD-ROM | disk | FTP | other *** search
- 5 rem lotto
- 6 rem ueberarbeitete version aus
- 7 rem 'das grosse spielebuch' von
- 8 rem franz ende (c) 1984 m&t-verlag
- 9 rem ------------------------------
- 10 t0$="[204][175][175][186][204][175][175][186][204][175][175][186][204][175][175][186][204][175][175][186][204][175][175][186][204][175][175][186]"
- 20 t1$="[180] [170][180] [170][180] [170][180] [170][180] [170][180] [170][180] [170]"
- 30 t2$="[180]01[170][180]02[170][180]03[170][180]04[170][180]05[170][180]06[170][180]07[170] "
- 40 t3$="[180]08[170][180]09[170][180]10[170][180]11[170][180]12[170][180]13[170][180]14[170] "
- 50 t4$="[180]15[170][180]16[170][180]17[170][180]18[170][180]19[170][180]20[170][180]21[170] "
- 60 t5$="[180]22[170][180]23[170][180]24[170][180]25[170][180]26[170][180]27[170][180]28[170] "
- 70 t6$="[180]29[170][180]30[170][180]31[170][180]32[170][180]33[170][180]34[170][180]35[170] "
- 80 t7$="[180]36[170][180]37[170][180]38[170][180]39[170][180]40[170][180]41[170][180]42[170] "
- 90 t8$="[180]43[170][180]44[170][180]45[170][180]46[170][180]47[170][180]48[170][180]49[170] "
- 100 t9$="[204][175][175][186][204][175][175][186][204][175][175][186][204][175][175][186][204][175][175][186][204][175][175][186][204][175][175][186] "
- 110 s$=" "
- 115 poke53280,1:poke53281,1
- 120 print"[147][144][142]"
- 130 print""s$+t1$
- 140 prints$+t2$
- 150 prints$+t0$
- 160 prints$+t1$
- 170 prints$+t3$
- 180 prints$+t0$
- 190 prints$+t1$
- 200 prints$+t4$
- 210 prints$+t0$
- 220 prints$+t1$
- 230 prints$+t5$
- 240 prints$+t0$
- 250 prints$+t1$
- 260 prints$+t6$
- 270 prints$+t0$
- 280 prints$+t1$
- 290 prints$+t7$
- 300 prints$+t0$
- 310 prints$+t1$
- 320 prints$+t8$
- 330 prints$+t9$
- 340 printtab(7)" noch ein spiel --> <n>"
- 350 printtab(7)" spielende --> <e>"
- 360 x(0)=99
- 370 forz=1to6
- 380 w=0
- 390 x(z)=int(rnd(1)*49)
- 400 fory=0toz-1
- 410 ifx(z)=x(y)thenw=1
- 420 nexty
- 430 ifw=1then380
- 440 xv=120*int(x(z)/7)
- 450 xh=4*(x(z)-7*int(x(z)/7))
- 460 xx=1030+xv+xh:xc=55302+xv+xh
- 470 pokexx,160:pokexc,10
- 480 pokexx+1,160:pokexc+1,10
- 490 pokexx+2,160:pokexc+2,10
- 500 pokexx+3,160:pokexc+3,10
- 510 pokexx+40,160:pokexc+40,10
- 520 pokexx+43,160:pokexc+43,10
- 530 pokexx+80,160:pokexc+80,10
- 540 pokexx+81,160:pokexc+81,10
- 550 pokexx+82,160:pokexc+82,10
- 560 pokexx+83,160:pokexc+83,10
- 580 d=peek(xx+41)
- 590 pokexx+41,d+128
- 600 d=peek(xx+42)
- 610 pokexx+42,d+128
- 620 nextz
- 630 geta$:ifa$="e"thenprint"":end
- 640 ifa$="n"then130
- 650 goto630
-