Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape10b_d46_c16_ghost_maze.wav » b.2
b.2
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape10b_d46_c16_ghost_maze.wav |
Filename: | b.2 |
Read OK: | ✔ |
File size: | 0317 bytes |
Load address: | 1001 |
Exec address: | 0000 |
File contents
10 SCNCLR:COLOR 0,3,3:COLOR 4,3,3:COLOR 1,1 20 GRAPHIC 2,1 30 FOR A=1 TO 20:PRINT:NEXT:COLOR 0,6 40 DRAW 1,1,150 TO 90,1 TO 90,10 TO 110,10 TO 110,1 TO 200,150 TO 1,150 50 COLOR 1,10,4:PAINT 1,100,100,0:COLOR 1,1 60 DRAW 1,110,1 TO 100,3 70 DRAW 1,90,1 TO 100,3 80 DRAW 1,95,1.5 TO 105,1.5 90 DRAW 1,200,1 TO 200,200 100 INPUT"HOW MANY PLAYERS (1-5)"; A 110 IF A<1 OR A>5 THEN PRINT"TOO MANY!":PRINT:PRINT:PRINT:GOTO 100 120 CHAR 1,26,2,"PLAYER 1:" 130 IF A=1 THEN 210 140 CHAR 1,26,4,"PLAYER 2:" 150 IF A=2 THEN 210 160 CHAR 1,26,6,"PLAYER 3:" 170 IF A=3 THEN 210 180 CHAR 1,26,8,"PLAYER 4:" 190 IF A=4 THEN 210 200 CHAR 1,26,10,"PLAYER 5:" 210 CHAR 1,26,14,"BALL TO LEFT:" 220 CHAR 1,26,16,"BALL TO RIGHT:" 230 FOR SHOT=1 TO 10 240 FOR SHOT1=1 TO 4 250 INPUT"WHAT NUMBER ARE YOU STANDING (1 TO 100)"; A$ 260 R=100-A:PRINT"TRY AND PRESS M AFTER THE BEEP" 270 FOR NM=1 TO 2500:NEXT 280 VOL 1:SOUND 1,500,5 290 GET MN$ 300 IF MN$="M"THEN 320 310 P=P+1
�:� 0,3,3:� 4,3,3:� 1,1 ' � 2,1 @ � A�1 � 20:�:�:� 0,6 �( � 1,1,150 � 90,1 � 90,10 � 110,10 � 110,1 � 200,150 � 1,150 �2 � 1,10,4:� 1,100,100,0:� 1,1 �<