Home » Archimedes archive » Acorn Computing » 1994 06 subscription disc.adf » 9406s » BeebDisk/Droid1
BeebDisk/Droid1
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 » Archimedes archive » Acorn Computing » 1994 06 subscription disc.adf » 9406s |
Filename: | BeebDisk/Droid1 |
Read OK: | ✔ |
File size: | 1D25 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
10REM Androidz title page and setup 20REM By Stephen Scott 30REM 9th August, 1993 40REM (c) Acorn Computing 50MODE7 60VDU23;8202;0;0;0; 70*LOAD A.DrScrn 80TIME=0:REPEATUNTILTIME=300 90CLS 100PROCappear1(11,11,"Credits ? (Y/N)",135) 110REPEAT:A$=GET$:UNTILA$="Y"ORA$="y"ORA$="N"ORA$="n" 120IFA$="N"ORA$="n"THENGOTO150 130CLS 140PROCcredits 150CLS 160PROCappear2(6,6,"Please select an option:",131) 170PRINT''SPC5"1. Quick instructions" 180PRINT''SPC5"2. Long, sprawling instructions" 190PRINT''SPC5"3. Load the game" 200PRINT''SPC5"4. Play something else" 210REPEAT:A=GET:UNTILA=49ORA=50ORA=51ORA=52 220IFA=49THENPROCsimple:GOTO260 230IFA=50THENPROCnovel:GOTO260 240IFA=51THENGOTO260 250CLS:PRINT'"Pah! You have no taste for brilliant games!":END 260PROCenv:PAGE=&1100:CHAIN"A.Droid2" 270END 280: 290DEFPROCappear1(x,y,m$,c) 300FOR a=1 TO LEN(m$) 310b%=ASCMID$(m$,a,1) 320x1=x-5:y1=y-5:x2=x+5:y2=y+5 330REPEAT 340PRINTTAB(0,y)CHR$(c) 350VDU31,x1,y1,32,31,x1,y2,32,31,x2,y1,32,31,x2,y2,32 360x1=x1+1:x2=x2-1 370y1=y1+1:y2=y2-1 380VDU31,x1,y1,b%,31,x1,y2,b%,31,x2,y1,b%,31,x2,y2,b% 390UNTIL x1=x AND x2=x AND y1=y AND y2=y 400x=x+1 410NEXT 420ENDPROC 430: 440DEFPROCappear2(x,y,m$,c) 450PRINTTAB(x-1,y)CHR$(c) 460FOR a=1 TO LEN(m$) 470b%=ASCMID$(m$,a,1) 480y2=22 490REPEAT:VDU31,x,y2,b% 500VDU31,x,y2+1,32 510y2=y2-1 520UNTIL y2=y-1 530VDU31,x,y,b% 540x=x+1 550NEXT 560ENDPROC 570: 580DEFPROCappear3(x,y,m$,c) 590PRINTTAB(x-1,y)CHR$(c) 600FOR a=1 TO LEN(m$) 610b%=ASCMID$(m$,a,1) 620x2=38 630REPEAT:VDU31,x2,y,b%,32 640x2=x2-1 650UNTIL x2=x-1 660VDU31,x,y,b% 670x=x+1 680NEXT 690ENDPROC 700: 710DEFPROCsimple 720CLS 730PRINT'CHR$134"Simple Instructions:" 740PRINT'" It is the year 2002, and you are a member of the police's Robot Apprahension Unit (R.A.U.) whose task it is to destroy mad robots. You have been assigned to deal with an incident" 750PRINT" at 20 factories whose robots have gone haywire due to a power surge. You must destroy them all with your laser gun." 760PRINT'" Beware! The robots can shoot back at you! You start with 5 lives." 770PRINT'" Keys:" 780PRINT'" Z - left S = Noise" 790PRINT " X - right Q = Quiet" 800PRINT " * - up Delete = Pause" 810PRINT " ? - down Copy = Unpause" 820PRINT " Ret - fire" 830PRINT'CHR$136"PRESS THE SPACE BAR TO LOAD THE GAME" 840REPEATUNTILGET=32 850ENDPROC 860: 870DEFPROCnovel 880CLS 890PRINT'CHR$134"Long winded instructions:" 900PRINTTAB(10)"Any key to scroll" 910VDU28,0,23,39,3 920PRINT'" It is the year 2002. Robots are now responsible for the manufacture of most household items like cars, televisions and even furniture. The robots use a neural network controlled by a main" 930PRINT " computer. Despite all this technology, humans still keep tabs on the manufacturing process, dealing with any problems which rear themselves up." 940PRINT'" For any problems beyond the help of the maintainance crew, the latest addition to the police force - the Robot Apprehension Unit (R.A.U.) - is called in to deal with incidents where" 950PRINT " robots go out of control due to bugs in their programming, or short circuits in the system etc." 960A=GET 970PRINT'" You play the part of one of the R.A.U. officers - a position everyone wants to be in, due to the high salary and the variations in the kinds of incidents that are faced each day." 980PRINT'" Because of the nature of the job, you only get three weeks holiday at a set period in the year. But one officer must stay behind to deal with any calls that come in during that time. If you" 990PRINT " were lucky, you would be sent some reserve officers from another station. However, this year it is not the case, due to a national shortage of officers. You happened to draw the short straw, so you are that officer." 1000A=GET 1010PRINT'" Ordinary officers cannot be drafted in to the R.A.U. because of the shortage so you are on your own for the next three weeks." 1020PRINT'" It is of course Murphy's Law that the highest number of calls asking for R.A.U. assistance come at exactly the same time as those three weeks..." 1030PRINT'" The three weeks are nearly over; the rest come back from Triassic Park tomorrow, and so you naturally think that you won't get any more calls for the rest of the day. But it is not the case." 1040A=GET 1050PRINT'" A call comes in saying that a huge power surge has knocked out the neural networks of twenty factories nearby, and the robots have as a result gone on the rampage, killing the maintainance" 1060PRINT " crews with the laser welding instruments attached to their arms. There is no-one left to shut them down, and they would run on battery power for weeks even if the computer was shut" 1070PRINT " down. The only hope is for them to be destroyed. You have been asked to do the job, and it is a very substantial job, much larger than any you have come across. The media have got hold of the" 1080PRINT " situation, and will make you either a hero or a loser depending on the final outcome." 1090A=GET 1100PRINT''" Use the Z,X,* and ? keys to move about each factory level, killing the robots with your single firing laser gun, activated by pressing Return. The robots can of course fire at you, but" 1110PRINT " they are also heat sensitive and will home in your position if you linger around in one place for too long. You must use the natural cover of the factory walls and machinery to help" 1120PRINT " evade the robots, although some factories have less cover than others." 1130PRINT'" If you fail the task then your tally of kills is assessed by the Chief Superintendant and his report will appear on screen." 1140A=GET 1150PRINT'" Just think - if you complete the task you will get your name in the papers and be well rewarded with three weeks at Isla Nobbler for the holiday of a lifetime ... (eek!)" 1160PRINT'" Use S and Q to toggle the sound output and Delete and Copy to pause and unpause the game." 1170PRINT'" Good Luck!" 1180PRINT'''" There! Did you enjoy that read ? Not quite the same as reading a sci-fi novel, but it's only a silly plot for a simple zap and blast game!" 1190PRINT'CHR$136"PRESS THE SPACE BAR TO LOAD THE GAME" 1200REPEATUNTILGET=32 1210VDU26 1220ENDPROC 1230: 1240DEFPROCenv 1250REM Walk sound 1260ENVELOPE1,4,0,0,0,5,2,14,27,80,-100,24,126,126 1270REM Ricochet 1280ENVELOPE2,1,1,-2,1,5,18,8,126,-1,-1,-8,120,90 1290REM Destroy 1300ENVELOPE3,1,-1,0,-5,0,0,0,50,-13,0,-2,108,74 1310REM End 1320ENVELOPE4,1,0,0,0,0,0,0,126,-1,0,-2,126,80 1330ENVELOPE5,1,0,0,0,0,0,0,5,-1,0,-2,100,80 1340ENVELOPE6,1,0,0,0,0,0,0,5,-1,0,-2,85,70 1350REM Laser fire 1360ENVELOPE7,129,-4,-3,0,20,10,20,127,-1,-1,-3,120,90 1370REM Death 1380ENVELOPE8,4,-4,-1,-1,20,20,20,1,0,0,0,1,1 1390REM Bell 1400ENVELOPE9,3,0,0,0,0,0,0,121,-10,-1,-2,120,120 1410ENDPROC 1420: 1430DEFPROCcredits 1440FORI%=1TO12 1450READ A%,X%,Y%,A$,C% 1460IFA%=2PROCappear2(X%,Y%,A$,C%) 1470IFA%=3PROCappear3(X%,Y%,A$,C%) 1480NEXT 1490TIME=0:REPEATUNTILTIME=300 1500CLS 1510FORI%=1TO11 1520READ A%,X%,Y%,A$,C% 1530IFA%=2PROCappear2(X%,Y%,A$,C%) 1540IFA%=3PROCappear3(X%,Y%,A$,C%) 1550NEXT 1560TIME=0:REPEATUNTILTIME=300 1570CLS 1580PROCappear1(8,11,"(C) Acorn Computing 1993",129) 1590TIME=0:REPEATUNTILTIME=300 1600CLS 1610ENDPROC 1620: 1630DATA2,10,3,"Design and Programming:",134 1640DATA3,11,5,"Stephen Scott",135 1650DATA2,10,7,"Graphic artists:",134 1660DATA3,11,9,"Stephen Scott",135 1670DATA3,11,11,"Lee Wilson",135 1680DATA3,11,12,"Graeme Scott",135 1690DATA2,10,14,"Level designs:",134 1700DATA3,11,16,"Stephen Scott",135 1710DATA3,11,18,"Graeme Scott",135 1720DATA3,11,19,"Lee Wilson",135 1730DATA3,11,20,"Neil Thomas",135 1740DATA3,11,21,"Ian Long",135 1750: 1760DATA2,10,3,"Sound effects:",134 1770DATA3,11,5,"Stephen Scott",135 1780DATA3,2,7,"and sounds from various games by",129 1790DATA3,11,9,"Mike Goldberg",135 1800DATA3,11,10,"Jon Perry",135 1810DATA2,10,12,"Title page and story:",134 1820DATA3,11,14,"Stephen Scott",135 1830DATA2,10,16,"Project commenced:",134 1840DATA3,11,18,"14th July, 1993",135 1850DATA2,10,20,"Project completed:",134 1860DATA3,11,22,"28th August, 1993",135
#� Androidz title page and setup � By Stephen Scott � 9th August, 1993 (� (c) Acorn Computing 2�7 <�23;8202;0;0;0; F*LOAD A.DrScrn P�=0:���=300 Z� d)�appear1(11,11,"Credits ? (Y/N)",135) n'�:A$=�:�A$="Y"�A$="y"�A$="N"�A$="n" x�A$="N"�A$="n"��tV@ �� ��credits �� �0�appear2(6,6,"Please select an option:",131) � �''�5"1. Quick instructions" �*�''�5"2. Long, sprawling instructions" ��''�5"3. Load the game" �!�''�5"4. Play something else" ��:A=�:�A=49�A=50�A=51�A=52 ��A=49��simple:�TDA ��A=50��novel:�TDA ��A=51��TDA �:�:�'"Pah! You have no taste for brilliant games!":� �env:�=&1100:�"A.Droid2" � : "��appear1(x,y,m$,c) ,� a=1 � �(m$) 6b%=��m$,a,1) @x1=x-5:y1=y-5:x2=x+5:y2=y+5 J� T�0,y)�(c) ^4�31,x1,y1,32,31,x1,y2,32,31,x2,y1,32,31,x2,y2,32 hx1=x1+1:x2=x2-1 ry1=y1+1:y2=y2-1 |4�31,x1,y1,b%,31,x1,y2,b%,31,x2,y1,b%,31,x2,y2,b% �� x1=x � x2=x � y1=y � y2=y � x=x+1 �� �� �: ���appear2(x,y,m$,c) ��x-1,y)�(c) �� a=1 � �(m$) �b%=��m$,a,1) � y2=22 ��:�31,x,y2,b% ��31,x,y2+1,32 �y2=y2-1 � y2=y-1 �31,x,y,b% x=x+1 &� 0� :: D��appear3(x,y,m$,c) N�x-1,y)�(c) X� a=1 � �(m$) bb%=��m$,a,1) l x2=38 v�:�31,x2,y,b%,32 �x2=x2-1 �� x2=x-1 ��31,x,y,b% � x=x+1 �� �� �: ���simple �� � �'�134"Simple Instructions:" ���'" It is the year 2002, and you are a member of the police's Robot Apprahension Unit (R.A.U.) whose task it is to destroy mad robots. You have been assigned to deal with an incident" �}�" at 20 factories whose robots have gone haywire due to a power surge. You must destroy them all with your laser gun." �M�'" Beware! The robots can shoot back at you! You start with 5 lives." �'" Keys:" $�'" Z - left S = Noise" $� " X - right Q = Quiet" $� " * - up Delete = Pause" *&� " ? - down Copy = Unpause" 4� " Ret - fire" >0�'�136"PRESS THE SPACE BAR TO LOAD THE GAME" H ���=32 R� \: f��novel p� z%�'�134"Long winded instructions:" ��10)"Any key to scroll" ��28,0,23,39,3 ���'" It is the year 2002. Robots are now responsible for the manufacture of most household items like cars, televisions and even furniture. The robots use a neural network controlled by a main" ��� " computer. Despite all this technology, humans still keep tabs on the manufacturing process, dealing with any problems which rear themselves up." ���'" For any problems beyond the help of the maintainance crew, the latest addition to the police force - the Robot Apprehension Unit (R.A.U.) - is called in to deal with incidents where" �k� " robots go out of control due to bugs in their programming, or short circuits in the system etc." �A=� ���'" You play the part of one of the R.A.U. officers - a position everyone wants to be in, due to the high salary and the variations in the kinds of incidents that are faced each day." ���'" Because of the nature of the job, you only get three weeks holiday at a set period in the year. But one officer must stay behind to deal with any calls that come in during that time. If you" ��� " were lucky, you would be sent some reserve officers from another station. However, this year it is not the case, due to a national shortage of officers. You happened to draw the short straw, so you are that officer." �A=� ��'" Ordinary officers cannot be drafted in to the R.A.U. because of the shortage so you are on your own for the next three weeks." ���'" It is of course Murphy's Law that the highest number of calls asking for R.A.U. assistance come at exactly the same time as those three weeks..." ��'" The three weeks are nearly over; the rest come back from Triassic Park tomorrow, and so you naturally think that you won't get any more calls for the rest of the day. But it is not the case." A=� ��'" A call comes in saying that a huge power surge has knocked out the neural networks of twenty factories nearby, and the robots have as a result gone on the rampage, killing the maintainance" $�� " crews with the laser welding instruments attached to their arms. There is no-one left to shut them down, and they would run on battery power for weeks even if the computer was shut" .�� " down. The only hope is for them to be destroyed. You have been asked to do the job, and it is a very substantial job, much larger than any you have come across. The media have got hold of the" 8a� " situation, and will make you either a hero or a loser depending on the final outcome." BA=� L��''" Use the Z,X,* and ? keys to move about each factory level, killing the robots with your single firing laser gun, activated by pressing Return. The robots can of course fire at you, but" V�� " they are also heat sensitive and will home in your position if you linger around in one place for too long. You must use the natural cover of the factory walls and machinery to help" `W� " evade the robots, although some factories have less cover than others." j��'" If you fail the task then your tally of kills is assessed by the Chief Superintendant and his report will appear on screen." tA=� ~��'" Just think - if you complete the task you will get your name in the papers and be well rewarded with three weeks at Isla Nobbler for the holiday of a lifetime ... (eek!)" �j�'" Use S and Q to toggle the sound output and Delete and Copy to pause and unpause the game." ��'" Good Luck!" ���'''" There! Did you enjoy that read ? Not quite the same as reading a sci-fi novel, but it's only a silly plot for a simple zap and blast game!" �0�'�136"PRESS THE SPACE BAR TO LOAD THE GAME" � ���=32 ��26 �� �: � ��env �� Walk sound �+�1,4,0,0,0,5,2,14,27,80,-100,24,126,126 �� Ricochet *�2,1,1,-2,1,5,18,8,126,-1,-1,-8,120,90 � Destroy )�3,1,-1,0,-5,0,0,0,50,-13,0,-2,108,74 � End ('�4,1,0,0,0,0,0,0,126,-1,0,-2,126,80 2%�5,1,0,0,0,0,0,0,5,-1,0,-2,100,80 <$�6,1,0,0,0,0,0,0,5,-1,0,-2,85,70 F� Laser fire P/�7,129,-4,-3,0,20,10,20,127,-1,-1,-3,120,90 Z� Death d&�8,4,-4,-1,-1,20,20,20,1,0,0,0,1,1 n � Bell x*�9,3,0,0,0,0,0,0,121,-10,-1,-2,120,120 �� �: � ��credits ��I%=1�12 �� A%,X%,Y%,A$,C% ��A%=2�appear2(X%,Y%,A$,C%) ��A%=3�appear3(X%,Y%,A$,C%) �� ��=0:���=300 �� ��I%=1�11 �� A%,X%,Y%,A$,C% ��A%=2�appear2(X%,Y%,A$,C%) �A%=3�appear3(X%,Y%,A$,C%) � �=0:���=300 "� ,1�appear1(8,11,"(C) Acorn Computing 1993",129) 6�=0:���=300 @� J� T: ^)�2,10,3,"Design and Programming:",134 h�3,11,5,"Stephen Scott",135 r"�2,10,7,"Graphic artists:",134 |�3,11,9,"Stephen Scott",135 ��3,11,11,"Lee Wilson",135 ��3,11,12,"Graeme Scott",135 �!�2,10,14,"Level designs:",134 � �3,11,16,"Stephen Scott",135 ��3,11,18,"Graeme Scott",135 ��3,11,19,"Lee Wilson",135 ��3,11,20,"Neil Thomas",135 ��3,11,21,"Ian Long",135 �: � �2,10,3,"Sound effects:",134 ��3,11,5,"Stephen Scott",135 �1�3,2,7,"and sounds from various games by",129 ��3,11,9,"Mike Goldberg",135 �3,11,10,"Jon Perry",135 (�2,10,12,"Title page and story:",134 �3,11,14,"Stephen Scott",135 &%�2,10,16,"Project commenced:",134 0"�3,11,18,"14th July, 1993",135 :%�2,10,20,"Project completed:",134 D$�3,11,22,"28th August, 1993",135 �
00000000 0d 00 0a 23 f4 20 41 6e 64 72 6f 69 64 7a 20 74 |...#. Androidz t| 00000010 69 74 6c 65 20 70 61 67 65 20 61 6e 64 20 73 65 |itle page and se| 00000020 74 75 70 0d 00 14 16 f4 20 42 79 20 53 74 65 70 |tup..... By Step| 00000030 68 65 6e 20 53 63 6f 74 74 0d 00 1e 16 f4 20 39 |hen Scott..... 9| 00000040 74 68 20 41 75 67 75 73 74 2c 20 31 39 39 33 0d |th August, 1993.| 00000050 00 28 19 f4 20 28 63 29 20 41 63 6f 72 6e 20 43 |.(.. (c) Acorn C| 00000060 6f 6d 70 75 74 69 6e 67 0d 00 32 06 eb 37 0d 00 |omputing..2..7..| 00000070 3c 13 ef 32 33 3b 38 32 30 32 3b 30 3b 30 3b 30 |<..23;8202;0;0;0| 00000080 3b 0d 00 46 12 2a 4c 4f 41 44 20 41 2e 44 72 53 |;..F.*LOAD A.DrS| 00000090 63 72 6e 0d 00 50 0f d1 3d 30 3a f5 fd 91 3d 33 |crn..P..=0:...=3| 000000a0 30 30 0d 00 5a 05 db 0d 00 64 29 f2 61 70 70 65 |00..Z....d).appe| 000000b0 61 72 31 28 31 31 2c 31 31 2c 22 43 72 65 64 69 |ar1(11,11,"Credi| 000000c0 74 73 20 3f 20 28 59 2f 4e 29 22 2c 31 33 35 29 |ts ? (Y/N)",135)| 000000d0 0d 00 6e 27 f5 3a 41 24 3d be 3a fd 41 24 3d 22 |..n'.:A$=.:.A$="| 000000e0 59 22 84 41 24 3d 22 79 22 84 41 24 3d 22 4e 22 |Y".A$="y".A$="N"| 000000f0 84 41 24 3d 22 6e 22 0d 00 78 18 e7 41 24 3d 22 |.A$="n"..x..A$="| 00000100 4e 22 84 41 24 3d 22 6e 22 8c e5 8d 74 56 40 0d |N".A$="n"...tV@.| 00000110 00 82 05 db 0d 00 8c 0c f2 63 72 65 64 69 74 73 |.........credits| 00000120 0d 00 96 05 db 0d 00 a0 30 f2 61 70 70 65 61 72 |........0.appear| 00000130 32 28 36 2c 36 2c 22 50 6c 65 61 73 65 20 73 65 |2(6,6,"Please se| 00000140 6c 65 63 74 20 61 6e 20 6f 70 74 69 6f 6e 3a 22 |lect an option:"| 00000150 2c 31 33 31 29 0d 00 aa 20 f1 27 27 89 35 22 31 |,131)... .''.5"1| 00000160 2e 20 51 75 69 63 6b 20 69 6e 73 74 72 75 63 74 |. Quick instruct| 00000170 69 6f 6e 73 22 0d 00 b4 2a f1 27 27 89 35 22 32 |ions"...*.''.5"2| 00000180 2e 20 4c 6f 6e 67 2c 20 73 70 72 61 77 6c 69 6e |. Long, sprawlin| 00000190 67 20 69 6e 73 74 72 75 63 74 69 6f 6e 73 22 0d |g instructions".| 000001a0 00 be 1b f1 27 27 89 35 22 33 2e 20 4c 6f 61 64 |....''.5"3. Load| 000001b0 20 74 68 65 20 67 61 6d 65 22 0d 00 c8 21 f1 27 | the game"...!.'| 000001c0 27 89 35 22 34 2e 20 50 6c 61 79 20 73 6f 6d 65 |'.5"4. Play some| 000001d0 74 68 69 6e 67 20 65 6c 73 65 22 0d 00 d2 1e f5 |thing else".....| 000001e0 3a 41 3d a5 3a fd 41 3d 34 39 84 41 3d 35 30 84 |:A=.:.A=49.A=50.| 000001f0 41 3d 35 31 84 41 3d 35 32 0d 00 dc 17 e7 41 3d |A=51.A=52.....A=| 00000200 34 39 8c f2 73 69 6d 70 6c 65 3a e5 8d 54 44 41 |49..simple:..TDA| 00000210 0d 00 e6 16 e7 41 3d 35 30 8c f2 6e 6f 76 65 6c |.....A=50..novel| 00000220 3a e5 8d 54 44 41 0d 00 f0 0f e7 41 3d 35 31 8c |:..TDA.....A=51.| 00000230 e5 8d 54 44 41 0d 00 fa 3a db 3a f1 27 22 50 61 |..TDA...:.:.'"Pa| 00000240 68 21 20 59 6f 75 20 68 61 76 65 20 6e 6f 20 74 |h! You have no t| 00000250 61 73 74 65 20 66 6f 72 20 62 72 69 6c 6c 69 61 |aste for brillia| 00000260 6e 74 20 20 20 20 67 61 6d 65 73 21 22 3a e0 0d |nt games!":..| 00000270 01 04 1c f2 65 6e 76 3a d0 3d 26 31 31 30 30 3a |....env:.=&1100:| 00000280 d7 22 41 2e 44 72 6f 69 64 32 22 0d 01 0e 05 e0 |."A.Droid2".....| 00000290 0d 01 18 05 3a 0d 01 22 17 dd f2 61 70 70 65 61 |....:.."...appea| 000002a0 72 31 28 78 2c 79 2c 6d 24 2c 63 29 0d 01 2c 11 |r1(x,y,m$,c)..,.| 000002b0 e3 20 61 3d 31 20 b8 20 a9 28 6d 24 29 0d 01 36 |. a=1 . .(m$)..6| 000002c0 10 62 25 3d 97 c1 6d 24 2c 61 2c 31 29 0d 01 40 |.b%=..m$,a,1)..@| 000002d0 1f 78 31 3d 78 2d 35 3a 79 31 3d 79 2d 35 3a 78 |.x1=x-5:y1=y-5:x| 000002e0 32 3d 78 2b 35 3a 79 32 3d 79 2b 35 0d 01 4a 05 |2=x+5:y2=y+5..J.| 000002f0 f5 0d 01 54 0e f1 8a 30 2c 79 29 bd 28 63 29 0d |...T...0,y).(c).| 00000300 01 5e 34 ef 33 31 2c 78 31 2c 79 31 2c 33 32 2c |.^4.31,x1,y1,32,| 00000310 33 31 2c 78 31 2c 79 32 2c 33 32 2c 33 31 2c 78 |31,x1,y2,32,31,x| 00000320 32 2c 79 31 2c 33 32 2c 33 31 2c 78 32 2c 79 32 |2,y1,32,31,x2,y2| 00000330 2c 33 32 0d 01 68 13 78 31 3d 78 31 2b 31 3a 78 |,32..h.x1=x1+1:x| 00000340 32 3d 78 32 2d 31 0d 01 72 13 79 31 3d 79 31 2b |2=x2-1..r.y1=y1+| 00000350 31 3a 79 32 3d 79 32 2d 31 0d 01 7c 34 ef 33 31 |1:y2=y2-1..|4.31| 00000360 2c 78 31 2c 79 31 2c 62 25 2c 33 31 2c 78 31 2c |,x1,y1,b%,31,x1,| 00000370 79 32 2c 62 25 2c 33 31 2c 78 32 2c 79 31 2c 62 |y2,b%,31,x2,y1,b| 00000380 25 2c 33 31 2c 78 32 2c 79 32 2c 62 25 0d 01 86 |%,31,x2,y2,b%...| 00000390 1f fd 20 78 31 3d 78 20 80 20 78 32 3d 78 20 80 |.. x1=x . x2=x .| 000003a0 20 79 31 3d 79 20 80 20 79 32 3d 79 0d 01 90 09 | y1=y . y2=y....| 000003b0 78 3d 78 2b 31 0d 01 9a 05 ed 0d 01 a4 05 e1 0d |x=x+1...........| 000003c0 01 ae 05 3a 0d 01 b8 17 dd f2 61 70 70 65 61 72 |...:......appear| 000003d0 32 28 78 2c 79 2c 6d 24 2c 63 29 0d 01 c2 10 f1 |2(x,y,m$,c).....| 000003e0 8a 78 2d 31 2c 79 29 bd 28 63 29 0d 01 cc 11 e3 |.x-1,y).(c).....| 000003f0 20 61 3d 31 20 b8 20 a9 28 6d 24 29 0d 01 d6 10 | a=1 . .(m$)....| 00000400 62 25 3d 97 c1 6d 24 2c 61 2c 31 29 0d 01 e0 09 |b%=..m$,a,1)....| 00000410 79 32 3d 32 32 0d 01 ea 11 f5 3a ef 33 31 2c 78 |y2=22.....:.31,x| 00000420 2c 79 32 2c 62 25 0d 01 f4 11 ef 33 31 2c 78 2c |,y2,b%.....31,x,| 00000430 79 32 2b 31 2c 33 32 0d 01 fe 0b 79 32 3d 79 32 |y2+1,32....y2=y2| 00000440 2d 31 0d 02 08 0c fd 20 79 32 3d 79 2d 31 0d 02 |-1..... y2=y-1..| 00000450 12 0e ef 33 31 2c 78 2c 79 2c 62 25 0d 02 1c 09 |...31,x,y,b%....| 00000460 78 3d 78 2b 31 0d 02 26 05 ed 0d 02 30 05 e1 0d |x=x+1..&....0...| 00000470 02 3a 05 3a 0d 02 44 17 dd f2 61 70 70 65 61 72 |.:.:..D...appear| 00000480 33 28 78 2c 79 2c 6d 24 2c 63 29 0d 02 4e 10 f1 |3(x,y,m$,c)..N..| 00000490 8a 78 2d 31 2c 79 29 bd 28 63 29 0d 02 58 11 e3 |.x-1,y).(c)..X..| 000004a0 20 61 3d 31 20 b8 20 a9 28 6d 24 29 0d 02 62 10 | a=1 . .(m$)..b.| 000004b0 62 25 3d 97 c1 6d 24 2c 61 2c 31 29 0d 02 6c 09 |b%=..m$,a,1)..l.| 000004c0 78 32 3d 33 38 0d 02 76 14 f5 3a ef 33 31 2c 78 |x2=38..v..:.31,x| 000004d0 32 2c 79 2c 62 25 2c 33 32 0d 02 80 0b 78 32 3d |2,y,b%,32....x2=| 000004e0 78 32 2d 31 0d 02 8a 0c fd 20 78 32 3d 78 2d 31 |x2-1..... x2=x-1| 000004f0 0d 02 94 0e ef 33 31 2c 78 2c 79 2c 62 25 0d 02 |.....31,x,y,b%..| 00000500 9e 09 78 3d 78 2b 31 0d 02 a8 05 ed 0d 02 b2 05 |..x=x+1.........| 00000510 e1 0d 02 bc 05 3a 0d 02 c6 0c dd f2 73 69 6d 70 |.....:......simp| 00000520 6c 65 0d 02 d0 05 db 0d 02 da 20 f1 27 bd 31 33 |le........ .'.13| 00000530 34 22 53 69 6d 70 6c 65 20 49 6e 73 74 72 75 63 |4"Simple Instruc| 00000540 74 69 6f 6e 73 3a 22 0d 02 e4 cf f1 27 22 20 49 |tions:".....'" I| 00000550 74 20 69 73 20 74 68 65 20 79 65 61 72 20 32 30 |t is the year 20| 00000560 30 32 2c 20 61 6e 64 20 79 6f 75 20 61 72 65 20 |02, and you are | 00000570 61 20 20 20 20 20 20 6d 65 6d 62 65 72 20 6f 66 |a member of| 00000580 20 74 68 65 20 70 6f 6c 69 63 65 27 73 20 52 6f | the police's Ro| 00000590 62 6f 74 20 20 20 20 20 20 20 20 20 20 20 20 41 |bot A| 000005a0 70 70 72 61 68 65 6e 73 69 6f 6e 20 55 6e 69 74 |pprahension Unit| 000005b0 20 28 52 2e 41 2e 55 2e 29 20 77 68 6f 73 65 20 | (R.A.U.) whose | 000005c0 74 61 73 6b 20 20 20 69 74 20 69 73 20 74 6f 20 |task it is to | 000005d0 64 65 73 74 72 6f 79 20 6d 61 64 20 72 6f 62 6f |destroy mad robo| 000005e0 74 73 2e 20 59 6f 75 20 68 61 76 65 20 20 20 62 |ts. You have b| 000005f0 65 65 6e 20 61 73 73 69 67 6e 65 64 20 74 6f 20 |een assigned to | 00000600 64 65 61 6c 20 77 69 74 68 20 61 6e 20 69 6e 63 |deal with an inc| 00000610 69 64 65 6e 74 22 0d 02 ee 7d f1 22 20 61 74 20 |ident"...}." at | 00000620 32 30 20 66 61 63 74 6f 72 69 65 73 20 77 68 6f |20 factories who| 00000630 73 65 20 72 6f 62 6f 74 73 20 68 61 76 65 20 67 |se robots have g| 00000640 6f 6e 65 20 20 68 61 79 77 69 72 65 20 64 75 65 |one haywire due| 00000650 20 74 6f 20 61 20 70 6f 77 65 72 20 73 75 72 67 | to a power surg| 00000660 65 2e 20 59 6f 75 20 6d 75 73 74 20 20 64 65 73 |e. You must des| 00000670 74 72 6f 79 20 74 68 65 6d 20 61 6c 6c 20 77 69 |troy them all wi| 00000680 74 68 20 79 6f 75 72 20 6c 61 73 65 72 20 67 75 |th your laser gu| 00000690 6e 2e 22 0d 02 f8 4d f1 27 22 20 42 65 77 61 72 |n."...M.'" Bewar| 000006a0 65 21 20 54 68 65 20 72 6f 62 6f 74 73 20 63 61 |e! The robots ca| 000006b0 6e 20 73 68 6f 6f 74 20 62 61 63 6b 20 61 74 20 |n shoot back at | 000006c0 20 20 20 79 6f 75 21 20 59 6f 75 20 73 74 61 72 | you! You star| 000006d0 74 20 77 69 74 68 20 35 20 6c 69 76 65 73 2e 22 |t with 5 lives."| 000006e0 0d 03 02 0e f1 27 22 20 4b 65 79 73 3a 22 0d 03 |.....'" Keys:"..| 000006f0 0c 24 f1 27 22 20 20 20 5a 20 2d 20 6c 65 66 74 |.$.'" Z - left| 00000700 20 20 20 20 20 20 20 20 53 20 3d 20 4e 6f 69 73 | S = Nois| 00000710 65 22 0d 03 16 24 f1 20 22 20 20 20 58 20 2d 20 |e"...$. " X - | 00000720 72 69 67 68 74 20 20 20 20 20 20 20 51 20 3d 20 |right Q = | 00000730 51 75 69 65 74 22 0d 03 20 24 f1 20 22 20 20 20 |Quiet".. $. " | 00000740 2a 20 2d 20 75 70 20 20 20 20 20 44 65 6c 65 74 |* - up Delet| 00000750 65 20 3d 20 50 61 75 73 65 22 0d 03 2a 26 f1 20 |e = Pause"..*&. | 00000760 22 20 20 20 3f 20 2d 20 64 6f 77 6e 20 20 20 20 |" ? - down | 00000770 20 43 6f 70 79 20 3d 20 55 6e 70 61 75 73 65 22 | Copy = Unpause"| 00000780 0d 03 34 13 f1 20 22 20 52 65 74 20 2d 20 66 69 |..4.. " Ret - fi| 00000790 72 65 22 0d 03 3e 30 f1 27 bd 31 33 36 22 50 52 |re"..>0.'.136"PR| 000007a0 45 53 53 20 54 48 45 20 53 50 41 43 45 20 42 41 |ESS THE SPACE BA| 000007b0 52 20 54 4f 20 4c 4f 41 44 20 54 48 45 20 47 41 |R TO LOAD THE GA| 000007c0 4d 45 22 0d 03 48 0a f5 fd a5 3d 33 32 0d 03 52 |ME"..H....=32..R| 000007d0 05 e1 0d 03 5c 05 3a 0d 03 66 0b dd f2 6e 6f 76 |....\.:..f...nov| 000007e0 65 6c 0d 03 70 05 db 0d 03 7a 25 f1 27 bd 31 33 |el..p....z%.'.13| 000007f0 34 22 4c 6f 6e 67 20 77 69 6e 64 65 64 20 69 6e |4"Long winded in| 00000800 73 74 72 75 63 74 69 6f 6e 73 3a 22 0d 03 84 1c |structions:"....| 00000810 f1 8a 31 30 29 22 41 6e 79 20 6b 65 79 20 74 6f |..10)"Any key to| 00000820 20 73 63 72 6f 6c 6c 22 0d 03 8e 11 ef 32 38 2c | scroll".....28,| 00000830 30 2c 32 33 2c 33 39 2c 33 0d 03 98 cc f1 27 22 |0,23,39,3.....'"| 00000840 20 49 74 20 69 73 20 74 68 65 20 79 65 61 72 20 | It is the year | 00000850 32 30 30 32 2e 20 52 6f 62 6f 74 73 20 61 72 65 |2002. Robots are| 00000860 20 6e 6f 77 20 20 20 20 20 72 65 73 70 6f 6e 73 | now respons| 00000870 69 62 6c 65 20 66 6f 72 20 74 68 65 20 6d 61 6e |ible for the man| 00000880 75 66 61 63 74 75 72 65 20 6f 66 20 6d 6f 73 74 |ufacture of most| 00000890 20 68 6f 75 73 65 68 6f 6c 64 20 69 74 65 6d 73 | household items| 000008a0 20 6c 69 6b 65 20 63 61 72 73 2c 20 74 65 6c 65 | like cars, tele| 000008b0 76 69 73 69 6f 6e 73 20 20 61 6e 64 20 65 76 65 |visions and eve| 000008c0 6e 20 66 75 72 6e 69 74 75 72 65 2e 20 54 68 65 |n furniture. The| 000008d0 20 72 6f 62 6f 74 73 20 75 73 65 20 61 20 20 20 | robots use a | 000008e0 20 6e 65 75 72 61 6c 20 6e 65 74 77 6f 72 6b 20 | neural network | 000008f0 63 6f 6e 74 72 6f 6c 6c 65 64 20 62 79 20 61 20 |controlled by a | 00000900 6d 61 69 6e 22 0d 03 a2 a7 f1 20 22 20 63 6f 6d |main"..... " com| 00000910 70 75 74 65 72 2e 20 44 65 73 70 69 74 65 20 61 |puter. Despite a| 00000920 6c 6c 20 74 68 69 73 20 74 65 63 68 6e 6f 6c 6f |ll this technolo| 00000930 67 79 2c 20 20 68 75 6d 61 6e 73 20 73 74 69 6c |gy, humans stil| 00000940 6c 20 6b 65 65 70 20 74 61 62 73 20 6f 6e 20 74 |l keep tabs on t| 00000950 68 65 20 20 20 20 20 20 20 20 20 20 20 6d 61 6e |he man| 00000960 75 66 61 63 74 75 72 69 6e 67 20 70 72 6f 63 65 |ufacturing proce| 00000970 73 73 2c 20 64 65 61 6c 69 6e 67 20 77 69 74 68 |ss, dealing with| 00000980 20 20 20 20 20 61 6e 79 20 70 72 6f 62 6c 65 6d | any problem| 00000990 73 20 77 68 69 63 68 20 72 65 61 72 20 74 68 65 |s which rear the| 000009a0 6d 73 65 6c 76 65 73 20 75 70 2e 22 0d 03 ac cf |mselves up."....| 000009b0 f1 27 22 20 46 6f 72 20 61 6e 79 20 70 72 6f 62 |.'" For any prob| 000009c0 6c 65 6d 73 20 62 65 79 6f 6e 64 20 74 68 65 20 |lems beyond the | 000009d0 68 65 6c 70 20 6f 66 20 20 20 20 20 74 68 65 20 |help of the | 000009e0 6d 61 69 6e 74 61 69 6e 61 6e 63 65 20 63 72 65 |maintainance cre| 000009f0 77 2c 20 74 68 65 20 6c 61 74 65 73 74 20 20 20 |w, the latest | 00000a00 20 20 20 20 61 64 64 69 74 69 6f 6e 20 74 6f 20 | addition to | 00000a10 74 68 65 20 70 6f 6c 69 63 65 20 66 6f 72 63 65 |the police force| 00000a20 20 2d 20 74 68 65 20 20 20 20 20 20 52 6f 62 6f | - the Robo| 00000a30 74 20 41 70 70 72 65 68 65 6e 73 69 6f 6e 20 55 |t Apprehension U| 00000a40 6e 69 74 20 28 52 2e 41 2e 55 2e 29 20 2d 20 69 |nit (R.A.U.) - i| 00000a50 73 20 20 20 63 61 6c 6c 65 64 20 69 6e 20 74 6f |s called in to| 00000a60 20 64 65 61 6c 20 77 69 74 68 20 69 6e 63 69 64 | deal with incid| 00000a70 65 6e 74 73 20 77 68 65 72 65 22 0d 03 b6 6b f1 |ents where"...k.| 00000a80 20 22 20 72 6f 62 6f 74 73 20 67 6f 20 6f 75 74 | " robots go out| 00000a90 20 6f 66 20 63 6f 6e 74 72 6f 6c 20 64 75 65 20 | of control due | 00000aa0 74 6f 20 62 75 67 73 20 20 20 20 69 6e 20 74 68 |to bugs in th| 00000ab0 65 69 72 20 70 72 6f 67 72 61 6d 6d 69 6e 67 2c |eir programming,| 00000ac0 20 6f 72 20 73 68 6f 72 74 20 63 69 72 63 75 69 | or short circui| 00000ad0 74 73 20 69 6e 20 74 68 65 20 73 79 73 74 65 6d |ts in the system| 00000ae0 20 65 74 63 2e 22 0d 03 c0 07 41 3d a5 0d 03 ca | etc."....A=....| 00000af0 cb f1 27 22 20 59 6f 75 20 70 6c 61 79 20 74 68 |..'" You play th| 00000b00 65 20 70 61 72 74 20 6f 66 20 6f 6e 65 20 6f 66 |e part of one of| 00000b10 20 74 68 65 20 52 2e 41 2e 55 2e 20 20 6f 66 66 | the R.A.U. off| 00000b20 69 63 65 72 73 20 2d 20 61 20 70 6f 73 69 74 69 |icers - a positi| 00000b30 6f 6e 20 65 76 65 72 79 6f 6e 65 20 77 61 6e 74 |on everyone want| 00000b40 73 20 20 20 20 74 6f 20 62 65 20 69 6e 2c 20 64 |s to be in, d| 00000b50 75 65 20 74 6f 20 74 68 65 20 68 69 67 68 20 73 |ue to the high s| 00000b60 61 6c 61 72 79 20 61 6e 64 20 20 20 20 74 68 65 |alary and the| 00000b70 20 76 61 72 69 61 74 69 6f 6e 73 20 69 6e 20 74 | variations in t| 00000b80 68 65 20 6b 69 6e 64 73 20 6f 66 20 20 20 20 20 |he kinds of | 00000b90 20 20 20 20 20 69 6e 63 69 64 65 6e 74 73 20 74 | incidents t| 00000ba0 68 61 74 20 61 72 65 20 66 61 63 65 64 20 65 61 |hat are faced ea| 00000bb0 63 68 20 64 61 79 2e 22 0d 03 d4 ce f1 27 22 20 |ch day.".....'" | 00000bc0 42 65 63 61 75 73 65 20 6f 66 20 74 68 65 20 6e |Because of the n| 00000bd0 61 74 75 72 65 20 6f 66 20 74 68 65 20 6a 6f 62 |ature of the job| 00000be0 2c 20 79 6f 75 20 20 20 6f 6e 6c 79 20 67 65 74 |, you only get| 00000bf0 20 74 68 72 65 65 20 77 65 65 6b 73 20 68 6f 6c | three weeks hol| 00000c00 69 64 61 79 20 61 74 20 61 20 73 65 74 20 20 20 |iday at a set | 00000c10 70 65 72 69 6f 64 20 69 6e 20 74 68 65 20 79 65 |period in the ye| 00000c20 61 72 2e 20 42 75 74 20 6f 6e 65 20 6f 66 66 69 |ar. But one offi| 00000c30 63 65 72 20 20 20 20 20 6d 75 73 74 20 73 74 61 |cer must sta| 00000c40 79 20 62 65 68 69 6e 64 20 74 6f 20 64 65 61 6c |y behind to deal| 00000c50 20 77 69 74 68 20 61 6e 79 20 63 61 6c 6c 73 20 | with any calls | 00000c60 74 68 61 74 20 63 6f 6d 65 20 69 6e 20 64 75 72 |that come in dur| 00000c70 69 6e 67 20 74 68 61 74 20 74 69 6d 65 2e 20 49 |ing that time. I| 00000c80 66 20 79 6f 75 22 0d 03 de e9 f1 20 22 20 77 65 |f you"..... " we| 00000c90 72 65 20 6c 75 63 6b 79 2c 20 79 6f 75 20 77 6f |re lucky, you wo| 00000ca0 75 6c 64 20 62 65 20 73 65 6e 74 20 73 6f 6d 65 |uld be sent some| 00000cb0 20 20 20 20 20 20 72 65 73 65 72 76 65 20 6f 66 | reserve of| 00000cc0 66 69 63 65 72 73 20 66 72 6f 6d 20 61 6e 6f 74 |ficers from anot| 00000cd0 68 65 72 20 73 74 61 74 69 6f 6e 2e 20 20 48 6f |her station. Ho| 00000ce0 77 65 76 65 72 2c 20 74 68 69 73 20 79 65 61 72 |wever, this year| 00000cf0 20 69 74 20 69 73 20 6e 6f 74 20 74 68 65 20 63 | it is not the c| 00000d00 61 73 65 2c 20 20 64 75 65 20 74 6f 20 61 20 6e |ase, due to a n| 00000d10 61 74 69 6f 6e 61 6c 20 73 68 6f 72 74 61 67 65 |ational shortage| 00000d20 20 6f 66 20 6f 66 66 69 63 65 72 73 2e 20 59 6f | of officers. Yo| 00000d30 75 20 68 61 70 70 65 6e 65 64 20 74 6f 20 64 72 |u happened to dr| 00000d40 61 77 20 74 68 65 20 73 68 6f 72 74 20 73 74 72 |aw the short str| 00000d50 61 77 2c 20 20 20 73 6f 20 79 6f 75 20 61 72 65 |aw, so you are| 00000d60 20 74 68 61 74 20 6f 66 66 69 63 65 72 2e 22 0d | that officer.".| 00000d70 03 e8 07 41 3d a5 0d 03 f2 8d f1 27 22 20 4f 72 |...A=......'" Or| 00000d80 64 69 6e 61 72 79 20 6f 66 66 69 63 65 72 73 20 |dinary officers | 00000d90 63 61 6e 6e 6f 74 20 62 65 20 64 72 61 66 74 65 |cannot be drafte| 00000da0 64 20 69 6e 20 20 74 6f 20 74 68 65 20 52 2e 41 |d in to the R.A| 00000db0 2e 55 2e 20 62 65 63 61 75 73 65 20 6f 66 20 74 |.U. because of t| 00000dc0 68 65 20 73 68 6f 72 74 61 67 65 20 20 20 73 6f |he shortage so| 00000dd0 20 79 6f 75 20 61 72 65 20 6f 6e 20 79 6f 75 72 | you are on your| 00000de0 20 6f 77 6e 20 66 6f 72 20 74 68 65 20 6e 65 78 | own for the nex| 00000df0 74 20 20 20 20 20 74 68 72 65 65 20 77 65 65 6b |t three week| 00000e00 73 2e 22 0d 03 fc a2 f1 27 22 20 49 74 20 69 73 |s.".....'" It is| 00000e10 20 6f 66 20 63 6f 75 72 73 65 20 4d 75 72 70 68 | of course Murph| 00000e20 79 27 73 20 4c 61 77 20 74 68 61 74 20 74 68 65 |y's Law that the| 00000e30 20 20 20 68 69 67 68 65 73 74 20 6e 75 6d 62 65 | highest numbe| 00000e40 72 20 6f 66 20 63 61 6c 6c 73 20 61 73 6b 69 6e |r of calls askin| 00000e50 67 20 66 6f 72 20 20 20 20 20 20 52 2e 41 2e 55 |g for R.A.U| 00000e60 2e 20 61 73 73 69 73 74 61 6e 63 65 20 63 6f 6d |. assistance com| 00000e70 65 20 61 74 20 65 78 61 63 74 6c 79 20 74 68 65 |e at exactly the| 00000e80 20 20 20 73 61 6d 65 20 74 69 6d 65 20 61 73 20 | same time as | 00000e90 74 68 6f 73 65 20 74 68 72 65 65 20 77 65 65 6b |those three week| 00000ea0 73 2e 2e 2e 22 0d 04 06 d6 f1 27 22 20 54 68 65 |s...".....'" The| 00000eb0 20 74 68 72 65 65 20 77 65 65 6b 73 20 61 72 65 | three weeks are| 00000ec0 20 6e 65 61 72 6c 79 20 6f 76 65 72 3b 20 74 68 | nearly over; th| 00000ed0 65 20 20 20 20 72 65 73 74 20 63 6f 6d 65 20 62 |e rest come b| 00000ee0 61 63 6b 20 66 72 6f 6d 20 54 72 69 61 73 73 69 |ack from Triassi| 00000ef0 63 20 50 61 72 6b 20 20 20 20 20 20 20 74 6f 6d |c Park tom| 00000f00 6f 72 72 6f 77 2c 20 61 6e 64 20 73 6f 20 79 6f |orrow, and so yo| 00000f10 75 20 6e 61 74 75 72 61 6c 6c 79 20 74 68 69 6e |u naturally thin| 00000f20 6b 20 20 20 20 74 68 61 74 20 79 6f 75 20 77 6f |k that you wo| 00000f30 6e 27 74 20 67 65 74 20 61 6e 79 20 6d 6f 72 65 |n't get any more| 00000f40 20 63 61 6c 6c 73 20 66 6f 72 20 20 20 74 68 65 | calls for the| 00000f50 20 72 65 73 74 20 6f 66 20 74 68 65 20 64 61 79 | rest of the day| 00000f60 2e 20 42 75 74 20 69 74 20 69 73 20 6e 6f 74 20 |. But it is not | 00000f70 74 68 65 20 20 63 61 73 65 2e 22 0d 04 10 07 41 |the case."....A| 00000f80 3d a5 0d 04 1a ce f1 27 22 20 41 20 63 61 6c 6c |=......'" A call| 00000f90 20 63 6f 6d 65 73 20 69 6e 20 73 61 79 69 6e 67 | comes in saying| 00000fa0 20 74 68 61 74 20 61 20 68 75 67 65 20 20 20 20 | that a huge | 00000fb0 20 20 70 6f 77 65 72 20 73 75 72 67 65 20 68 61 | power surge ha| 00000fc0 73 20 6b 6e 6f 63 6b 65 64 20 6f 75 74 20 74 68 |s knocked out th| 00000fd0 65 20 6e 65 75 72 61 6c 20 20 6e 65 74 77 6f 72 |e neural networ| 00000fe0 6b 73 20 6f 66 20 74 77 65 6e 74 79 20 66 61 63 |ks of twenty fac| 00000ff0 74 6f 72 69 65 73 20 6e 65 61 72 62 79 2c 20 20 |tories nearby, | 00001000 20 20 61 6e 64 20 74 68 65 20 72 6f 62 6f 74 73 | and the robots| 00001010 20 68 61 76 65 20 61 73 20 61 20 72 65 73 75 6c | have as a resul| 00001020 74 20 67 6f 6e 65 20 6f 6e 20 74 68 65 20 72 61 |t gone on the ra| 00001030 6d 70 61 67 65 2c 20 6b 69 6c 6c 69 6e 67 20 74 |mpage, killing t| 00001040 68 65 20 6d 61 69 6e 74 61 69 6e 61 6e 63 65 22 |he maintainance"| 00001050 0d 04 24 cc f1 20 22 20 63 72 65 77 73 20 77 69 |..$.. " crews wi| 00001060 74 68 20 74 68 65 20 6c 61 73 65 72 20 77 65 6c |th the laser wel| 00001070 64 69 6e 67 20 20 20 20 20 20 20 20 20 20 20 20 |ding | 00001080 69 6e 73 74 72 75 6d 65 6e 74 73 20 61 74 74 61 |instruments atta| 00001090 63 68 65 64 20 74 6f 20 74 68 65 69 72 20 61 72 |ched to their ar| 000010a0 6d 73 2e 20 20 20 20 20 54 68 65 72 65 20 69 73 |ms. There is| 000010b0 20 6e 6f 2d 6f 6e 65 20 6c 65 66 74 20 74 6f 20 | no-one left to | 000010c0 73 68 75 74 20 74 68 65 6d 20 64 6f 77 6e 2c 20 |shut them down, | 000010d0 61 6e 64 20 74 68 65 79 20 77 6f 75 6c 64 20 72 |and they would r| 000010e0 75 6e 20 6f 6e 20 62 61 74 74 65 72 79 20 70 6f |un on battery po| 000010f0 77 65 72 20 66 6f 72 20 77 65 65 6b 73 20 65 76 |wer for weeks ev| 00001100 65 6e 20 69 66 20 74 68 65 20 63 6f 6d 70 75 74 |en if the comput| 00001110 65 72 20 77 61 73 20 73 68 75 74 22 0d 04 2e cf |er was shut"....| 00001120 f1 20 22 20 64 6f 77 6e 2e 20 54 68 65 20 6f 6e |. " down. The on| 00001130 6c 79 20 68 6f 70 65 20 69 73 20 66 6f 72 20 74 |ly hope is for t| 00001140 68 65 6d 20 74 6f 20 62 65 20 20 20 64 65 73 74 |hem to be dest| 00001150 72 6f 79 65 64 2e 20 59 6f 75 20 68 61 76 65 20 |royed. You have | 00001160 62 65 65 6e 20 61 73 6b 65 64 20 74 6f 20 64 6f |been asked to do| 00001170 20 20 20 20 74 68 65 20 6a 6f 62 2c 20 61 6e 64 | the job, and| 00001180 20 69 74 20 69 73 20 61 20 76 65 72 79 20 73 75 | it is a very su| 00001190 62 73 74 61 6e 74 69 61 6c 20 20 20 6a 6f 62 2c |bstantial job,| 000011a0 20 6d 75 63 68 20 6c 61 72 67 65 72 20 74 68 61 | much larger tha| 000011b0 6e 20 61 6e 79 20 79 6f 75 20 68 61 76 65 20 63 |n any you have c| 000011c0 6f 6d 65 20 61 63 72 6f 73 73 2e 20 54 68 65 20 |ome across. The | 000011d0 6d 65 64 69 61 20 68 61 76 65 20 67 6f 74 20 68 |media have got h| 000011e0 6f 6c 64 20 6f 66 20 74 68 65 22 0d 04 38 61 f1 |old of the"..8a.| 000011f0 20 22 20 73 69 74 75 61 74 69 6f 6e 2c 20 61 6e | " situation, an| 00001200 64 20 77 69 6c 6c 20 6d 61 6b 65 20 79 6f 75 20 |d will make you | 00001210 65 69 74 68 65 72 20 61 20 20 20 68 65 72 6f 20 |either a hero | 00001220 6f 72 20 61 20 6c 6f 73 65 72 20 64 65 70 65 6e |or a loser depen| 00001230 64 69 6e 67 20 6f 6e 20 74 68 65 20 66 69 6e 61 |ding on the fina| 00001240 6c 20 20 6f 75 74 63 6f 6d 65 2e 22 0d 04 42 07 |l outcome."..B.| 00001250 41 3d a5 0d 04 4c cf f1 27 27 22 20 55 73 65 20 |A=...L..''" Use | 00001260 74 68 65 20 5a 2c 58 2c 2a 20 61 6e 64 20 3f 20 |the Z,X,* and ? | 00001270 6b 65 79 73 20 74 6f 20 6d 6f 76 65 20 61 62 6f |keys to move abo| 00001280 75 74 20 20 65 61 63 68 20 66 61 63 74 6f 72 79 |ut each factory| 00001290 20 6c 65 76 65 6c 2c 20 6b 69 6c 6c 69 6e 67 20 | level, killing | 000012a0 74 68 65 20 72 6f 62 6f 74 73 20 20 77 69 74 68 |the robots with| 000012b0 20 79 6f 75 72 20 73 69 6e 67 6c 65 20 66 69 72 | your single fir| 000012c0 69 6e 67 20 6c 61 73 65 72 20 67 75 6e 2c 20 20 |ing laser gun, | 000012d0 20 20 20 20 61 63 74 69 76 61 74 65 64 20 62 79 | activated by| 000012e0 20 70 72 65 73 73 69 6e 67 20 52 65 74 75 72 6e | pressing Return| 000012f0 2e 20 54 68 65 20 20 20 20 20 20 20 72 6f 62 6f |. The robo| 00001300 74 73 20 63 61 6e 20 6f 66 20 63 6f 75 72 73 65 |ts can of course| 00001310 20 66 69 72 65 20 61 74 20 79 6f 75 2c 20 62 75 | fire at you, bu| 00001320 74 22 0d 04 56 cc f1 20 22 20 74 68 65 79 20 61 |t"..V.. " they a| 00001330 72 65 20 61 6c 73 6f 20 68 65 61 74 20 73 65 6e |re also heat sen| 00001340 73 69 74 69 76 65 20 61 6e 64 20 77 69 6c 6c 20 |sitive and will | 00001350 20 20 68 6f 6d 65 20 69 6e 20 79 6f 75 72 20 70 | home in your p| 00001360 6f 73 69 74 69 6f 6e 20 69 66 20 79 6f 75 20 6c |osition if you l| 00001370 69 6e 67 65 72 20 20 20 20 20 61 72 6f 75 6e 64 |inger around| 00001380 20 69 6e 20 6f 6e 65 20 70 6c 61 63 65 20 66 6f | in one place fo| 00001390 72 20 74 6f 6f 20 6c 6f 6e 67 2e 20 59 6f 75 20 |r too long. You | 000013a0 20 20 6d 75 73 74 20 75 73 65 20 74 68 65 20 6e | must use the n| 000013b0 61 74 75 72 61 6c 20 63 6f 76 65 72 20 6f 66 20 |atural cover of | 000013c0 74 68 65 20 20 20 20 20 20 20 66 61 63 74 6f 72 |the factor| 000013d0 79 20 77 61 6c 6c 73 20 61 6e 64 20 6d 61 63 68 |y walls and mach| 000013e0 69 6e 65 72 79 20 74 6f 20 68 65 6c 70 22 0d 04 |inery to help"..| 000013f0 60 57 f1 20 22 20 65 76 61 64 65 20 74 68 65 20 |`W. " evade the | 00001400 72 6f 62 6f 74 73 2c 20 61 6c 74 68 6f 75 67 68 |robots, although| 00001410 20 73 6f 6d 65 20 20 20 20 20 20 20 20 20 66 61 | some fa| 00001420 63 74 6f 72 69 65 73 20 68 61 76 65 20 6c 65 73 |ctories have les| 00001430 73 20 63 6f 76 65 72 20 74 68 61 6e 20 6f 74 68 |s cover than oth| 00001440 65 72 73 2e 22 0d 04 6a 92 f1 27 22 20 49 66 20 |ers."..j..'" If | 00001450 79 6f 75 20 66 61 69 6c 20 74 68 65 20 74 61 73 |you fail the tas| 00001460 6b 20 74 68 65 6e 20 79 6f 75 72 20 74 61 6c 6c |k then your tall| 00001470 79 20 6f 66 20 6b 69 6c 6c 73 20 69 73 20 61 73 |y of kills is as| 00001480 73 65 73 73 65 64 20 62 79 20 74 68 65 20 43 68 |sessed by the Ch| 00001490 69 65 66 20 20 20 20 20 20 20 20 20 20 53 75 70 |ief Sup| 000014a0 65 72 69 6e 74 65 6e 64 61 6e 74 20 61 6e 64 20 |erintendant and | 000014b0 68 69 73 20 72 65 70 6f 72 74 20 77 69 6c 6c 20 |his report will | 000014c0 20 20 20 20 20 61 70 70 65 61 72 20 6f 6e 20 73 | appear on s| 000014d0 63 72 65 65 6e 2e 22 0d 04 74 07 41 3d a5 0d 04 |creen."..t.A=...| 000014e0 7e bc f1 27 22 20 4a 75 73 74 20 74 68 69 6e 6b |~..'" Just think| 000014f0 20 2d 20 69 66 20 79 6f 75 20 63 6f 6d 70 6c 65 | - if you comple| 00001500 74 65 20 74 68 65 20 74 61 73 6b 20 20 20 79 6f |te the task yo| 00001510 75 20 77 69 6c 6c 20 67 65 74 20 79 6f 75 72 20 |u will get your | 00001520 6e 61 6d 65 20 69 6e 20 74 68 65 20 70 61 70 65 |name in the pape| 00001530 72 73 20 20 20 20 61 6e 64 20 62 65 20 77 65 6c |rs and be wel| 00001540 6c 20 72 65 77 61 72 64 65 64 20 77 69 74 68 20 |l rewarded with | 00001550 74 68 72 65 65 20 77 65 65 6b 73 20 20 20 61 74 |three weeks at| 00001560 20 49 73 6c 61 20 4e 6f 62 62 6c 65 72 20 66 6f | Isla Nobbler fo| 00001570 72 20 74 68 65 20 68 6f 6c 69 64 61 79 20 6f 66 |r the holiday of| 00001580 20 61 20 20 20 20 6c 69 66 65 74 69 6d 65 20 2e | a lifetime .| 00001590 2e 2e 20 28 65 65 6b 21 29 22 0d 04 88 6a f1 27 |.. (eek!)"...j.'| 000015a0 22 20 55 73 65 20 53 20 61 6e 64 20 51 20 74 6f |" Use S and Q to| 000015b0 20 74 6f 67 67 6c 65 20 74 68 65 20 73 6f 75 6e | toggle the soun| 000015c0 64 20 6f 75 74 70 75 74 20 20 61 6e 64 20 44 65 |d output and De| 000015d0 6c 65 74 65 20 61 6e 64 20 43 6f 70 79 20 74 6f |lete and Copy to| 000015e0 20 70 61 75 73 65 20 61 6e 64 20 20 20 20 20 20 | pause and | 000015f0 20 20 75 6e 70 61 75 73 65 20 74 68 65 20 67 61 | unpause the ga| 00001600 6d 65 2e 22 0d 04 92 13 f1 27 22 20 47 6f 6f 64 |me.".....'" Good| 00001610 20 4c 75 63 6b 21 22 0d 04 9c 9f f1 27 27 27 22 | Luck!".....'''"| 00001620 20 54 68 65 72 65 21 20 44 69 64 20 79 6f 75 20 | There! Did you | 00001630 65 6e 6a 6f 79 20 74 68 61 74 20 72 65 61 64 20 |enjoy that read | 00001640 3f 20 4e 6f 74 20 20 20 20 71 75 69 74 65 20 74 |? Not quite t| 00001650 68 65 20 73 61 6d 65 20 61 73 20 72 65 61 64 69 |he same as readi| 00001660 6e 67 20 61 20 73 63 69 2d 66 69 20 20 20 20 20 |ng a sci-fi | 00001670 20 6e 6f 76 65 6c 2c 20 62 75 74 20 69 74 27 73 | novel, but it's| 00001680 20 6f 6e 6c 79 20 61 20 73 69 6c 6c 79 20 70 6c | only a silly pl| 00001690 6f 74 20 66 6f 72 20 20 20 61 20 73 69 6d 70 6c |ot for a simpl| 000016a0 65 20 7a 61 70 20 61 6e 64 20 62 6c 61 73 74 20 |e zap and blast | 000016b0 67 61 6d 65 21 22 0d 04 a6 30 f1 27 bd 31 33 36 |game!"...0.'.136| 000016c0 22 50 52 45 53 53 20 54 48 45 20 53 50 41 43 45 |"PRESS THE SPACE| 000016d0 20 42 41 52 20 54 4f 20 4c 4f 41 44 20 54 48 45 | BAR TO LOAD THE| 000016e0 20 47 41 4d 45 22 0d 04 b0 0a f5 fd a5 3d 33 32 | GAME".......=32| 000016f0 0d 04 ba 07 ef 32 36 0d 04 c4 05 e1 0d 04 ce 05 |.....26.........| 00001700 3a 0d 04 d8 09 dd f2 65 6e 76 0d 04 e2 10 f4 20 |:......env..... | 00001710 57 61 6c 6b 20 73 6f 75 6e 64 0d 04 ec 2b e2 31 |Walk sound...+.1| 00001720 2c 34 2c 30 2c 30 2c 30 2c 35 2c 32 2c 31 34 2c |,4,0,0,0,5,2,14,| 00001730 32 37 2c 38 30 2c 2d 31 30 30 2c 32 34 2c 31 32 |27,80,-100,24,12| 00001740 36 2c 31 32 36 0d 04 f6 0e f4 20 52 69 63 6f 63 |6,126..... Ricoc| 00001750 68 65 74 0d 05 00 2a e2 32 2c 31 2c 31 2c 2d 32 |het...*.2,1,1,-2| 00001760 2c 31 2c 35 2c 31 38 2c 38 2c 31 32 36 2c 2d 31 |,1,5,18,8,126,-1| 00001770 2c 2d 31 2c 2d 38 2c 31 32 30 2c 39 30 0d 05 0a |,-1,-8,120,90...| 00001780 0d f4 20 44 65 73 74 72 6f 79 0d 05 14 29 e2 33 |.. Destroy...).3| 00001790 2c 31 2c 2d 31 2c 30 2c 2d 35 2c 30 2c 30 2c 30 |,1,-1,0,-5,0,0,0| 000017a0 2c 35 30 2c 2d 31 33 2c 30 2c 2d 32 2c 31 30 38 |,50,-13,0,-2,108| 000017b0 2c 37 34 0d 05 1e 09 f4 20 45 6e 64 0d 05 28 27 |,74..... End..('| 000017c0 e2 34 2c 31 2c 30 2c 30 2c 30 2c 30 2c 30 2c 30 |.4,1,0,0,0,0,0,0| 000017d0 2c 31 32 36 2c 2d 31 2c 30 2c 2d 32 2c 31 32 36 |,126,-1,0,-2,126| 000017e0 2c 38 30 0d 05 32 25 e2 35 2c 31 2c 30 2c 30 2c |,80..2%.5,1,0,0,| 000017f0 30 2c 30 2c 30 2c 30 2c 35 2c 2d 31 2c 30 2c 2d |0,0,0,0,5,-1,0,-| 00001800 32 2c 31 30 30 2c 38 30 0d 05 3c 24 e2 36 2c 31 |2,100,80..<$.6,1| 00001810 2c 30 2c 30 2c 30 2c 30 2c 30 2c 30 2c 35 2c 2d |,0,0,0,0,0,0,5,-| 00001820 31 2c 30 2c 2d 32 2c 38 35 2c 37 30 0d 05 46 10 |1,0,-2,85,70..F.| 00001830 f4 20 4c 61 73 65 72 20 66 69 72 65 0d 05 50 2f |. Laser fire..P/| 00001840 e2 37 2c 31 32 39 2c 2d 34 2c 2d 33 2c 30 2c 32 |.7,129,-4,-3,0,2| 00001850 30 2c 31 30 2c 32 30 2c 31 32 37 2c 2d 31 2c 2d |0,10,20,127,-1,-| 00001860 31 2c 2d 33 2c 31 32 30 2c 39 30 0d 05 5a 0b f4 |1,-3,120,90..Z..| 00001870 20 44 65 61 74 68 0d 05 64 26 e2 38 2c 34 2c 2d | Death..d&.8,4,-| 00001880 34 2c 2d 31 2c 2d 31 2c 32 30 2c 32 30 2c 32 30 |4,-1,-1,20,20,20| 00001890 2c 31 2c 30 2c 30 2c 30 2c 31 2c 31 0d 05 6e 0a |,1,0,0,0,1,1..n.| 000018a0 f4 20 42 65 6c 6c 0d 05 78 2a e2 39 2c 33 2c 30 |. Bell..x*.9,3,0| 000018b0 2c 30 2c 30 2c 30 2c 30 2c 30 2c 31 32 31 2c 2d |,0,0,0,0,0,121,-| 000018c0 31 30 2c 2d 31 2c 2d 32 2c 31 32 30 2c 31 32 30 |10,-1,-2,120,120| 000018d0 0d 05 82 05 e1 0d 05 8c 05 3a 0d 05 96 0d dd f2 |.........:......| 000018e0 63 72 65 64 69 74 73 0d 05 a0 0c e3 49 25 3d 31 |credits.....I%=1| 000018f0 b8 31 32 0d 05 aa 14 f3 20 41 25 2c 58 25 2c 59 |.12..... A%,X%,Y| 00001900 25 2c 41 24 2c 43 25 0d 05 b4 1e e7 41 25 3d 32 |%,A$,C%.....A%=2| 00001910 f2 61 70 70 65 61 72 32 28 58 25 2c 59 25 2c 41 |.appear2(X%,Y%,A| 00001920 24 2c 43 25 29 0d 05 be 1e e7 41 25 3d 33 f2 61 |$,C%).....A%=3.a| 00001930 70 70 65 61 72 33 28 58 25 2c 59 25 2c 41 24 2c |ppear3(X%,Y%,A$,| 00001940 43 25 29 0d 05 c8 05 ed 0d 05 d2 0f d1 3d 30 3a |C%)..........=0:| 00001950 f5 fd 91 3d 33 30 30 0d 05 dc 05 db 0d 05 e6 0c |...=300.........| 00001960 e3 49 25 3d 31 b8 31 31 0d 05 f0 14 f3 20 41 25 |.I%=1.11..... A%| 00001970 2c 58 25 2c 59 25 2c 41 24 2c 43 25 0d 05 fa 1e |,X%,Y%,A$,C%....| 00001980 e7 41 25 3d 32 f2 61 70 70 65 61 72 32 28 58 25 |.A%=2.appear2(X%| 00001990 2c 59 25 2c 41 24 2c 43 25 29 0d 06 04 1e e7 41 |,Y%,A$,C%).....A| 000019a0 25 3d 33 f2 61 70 70 65 61 72 33 28 58 25 2c 59 |%=3.appear3(X%,Y| 000019b0 25 2c 41 24 2c 43 25 29 0d 06 0e 05 ed 0d 06 18 |%,A$,C%)........| 000019c0 0f d1 3d 30 3a f5 fd 91 3d 33 30 30 0d 06 22 05 |..=0:...=300..".| 000019d0 db 0d 06 2c 31 f2 61 70 70 65 61 72 31 28 38 2c |...,1.appear1(8,| 000019e0 31 31 2c 22 28 43 29 20 41 63 6f 72 6e 20 43 6f |11,"(C) Acorn Co| 000019f0 6d 70 75 74 69 6e 67 20 31 39 39 33 22 2c 31 32 |mputing 1993",12| 00001a00 39 29 0d 06 36 0f d1 3d 30 3a f5 fd 91 3d 33 30 |9)..6..=0:...=30| 00001a10 30 0d 06 40 05 db 0d 06 4a 05 e1 0d 06 54 05 3a |0..@....J....T.:| 00001a20 0d 06 5e 29 dc 32 2c 31 30 2c 33 2c 22 44 65 73 |..^).2,10,3,"Des| 00001a30 69 67 6e 20 61 6e 64 20 50 72 6f 67 72 61 6d 6d |ign and Programm| 00001a40 69 6e 67 3a 22 2c 31 33 34 0d 06 68 1f dc 33 2c |ing:",134..h..3,| 00001a50 31 31 2c 35 2c 22 53 74 65 70 68 65 6e 20 53 63 |11,5,"Stephen Sc| 00001a60 6f 74 74 22 2c 31 33 35 0d 06 72 22 dc 32 2c 31 |ott",135..r".2,1| 00001a70 30 2c 37 2c 22 47 72 61 70 68 69 63 20 61 72 74 |0,7,"Graphic art| 00001a80 69 73 74 73 3a 22 2c 31 33 34 0d 06 7c 1f dc 33 |ists:",134..|..3| 00001a90 2c 31 31 2c 39 2c 22 53 74 65 70 68 65 6e 20 53 |,11,9,"Stephen S| 00001aa0 63 6f 74 74 22 2c 31 33 35 0d 06 86 1d dc 33 2c |cott",135.....3,| 00001ab0 31 31 2c 31 31 2c 22 4c 65 65 20 57 69 6c 73 6f |11,11,"Lee Wilso| 00001ac0 6e 22 2c 31 33 35 0d 06 90 1f dc 33 2c 31 31 2c |n",135.....3,11,| 00001ad0 31 32 2c 22 47 72 61 65 6d 65 20 53 63 6f 74 74 |12,"Graeme Scott| 00001ae0 22 2c 31 33 35 0d 06 9a 21 dc 32 2c 31 30 2c 31 |",135...!.2,10,1| 00001af0 34 2c 22 4c 65 76 65 6c 20 64 65 73 69 67 6e 73 |4,"Level designs| 00001b00 3a 22 2c 31 33 34 0d 06 a4 20 dc 33 2c 31 31 2c |:",134... .3,11,| 00001b10 31 36 2c 22 53 74 65 70 68 65 6e 20 53 63 6f 74 |16,"Stephen Scot| 00001b20 74 22 2c 31 33 35 0d 06 ae 1f dc 33 2c 31 31 2c |t",135.....3,11,| 00001b30 31 38 2c 22 47 72 61 65 6d 65 20 53 63 6f 74 74 |18,"Graeme Scott| 00001b40 22 2c 31 33 35 0d 06 b8 1d dc 33 2c 31 31 2c 31 |",135.....3,11,1| 00001b50 39 2c 22 4c 65 65 20 57 69 6c 73 6f 6e 22 2c 31 |9,"Lee Wilson",1| 00001b60 33 35 0d 06 c2 1e dc 33 2c 31 31 2c 32 30 2c 22 |35.....3,11,20,"| 00001b70 4e 65 69 6c 20 54 68 6f 6d 61 73 22 2c 31 33 35 |Neil Thomas",135| 00001b80 0d 06 cc 1b dc 33 2c 31 31 2c 32 31 2c 22 49 61 |.....3,11,21,"Ia| 00001b90 6e 20 4c 6f 6e 67 22 2c 31 33 35 0d 06 d6 05 3a |n Long",135....:| 00001ba0 0d 06 e0 20 dc 32 2c 31 30 2c 33 2c 22 53 6f 75 |... .2,10,3,"Sou| 00001bb0 6e 64 20 65 66 66 65 63 74 73 3a 22 2c 31 33 34 |nd effects:",134| 00001bc0 0d 06 ea 1f dc 33 2c 31 31 2c 35 2c 22 53 74 65 |.....3,11,5,"Ste| 00001bd0 70 68 65 6e 20 53 63 6f 74 74 22 2c 31 33 35 0d |phen Scott",135.| 00001be0 06 f4 31 dc 33 2c 32 2c 37 2c 22 61 6e 64 20 73 |..1.3,2,7,"and s| 00001bf0 6f 75 6e 64 73 20 66 72 6f 6d 20 76 61 72 69 6f |ounds from vario| 00001c00 75 73 20 67 61 6d 65 73 20 62 79 22 2c 31 32 39 |us games by",129| 00001c10 0d 06 fe 1f dc 33 2c 31 31 2c 39 2c 22 4d 69 6b |.....3,11,9,"Mik| 00001c20 65 20 47 6f 6c 64 62 65 72 67 22 2c 31 33 35 0d |e Goldberg",135.| 00001c30 07 08 1c dc 33 2c 31 31 2c 31 30 2c 22 4a 6f 6e |....3,11,10,"Jon| 00001c40 20 50 65 72 72 79 22 2c 31 33 35 0d 07 12 28 dc | Perry",135...(.| 00001c50 32 2c 31 30 2c 31 32 2c 22 54 69 74 6c 65 20 70 |2,10,12,"Title p| 00001c60 61 67 65 20 61 6e 64 20 73 74 6f 72 79 3a 22 2c |age and story:",| 00001c70 31 33 34 0d 07 1c 20 dc 33 2c 31 31 2c 31 34 2c |134... .3,11,14,| 00001c80 22 53 74 65 70 68 65 6e 20 53 63 6f 74 74 22 2c |"Stephen Scott",| 00001c90 31 33 35 0d 07 26 25 dc 32 2c 31 30 2c 31 36 2c |135..&%.2,10,16,| 00001ca0 22 50 72 6f 6a 65 63 74 20 63 6f 6d 6d 65 6e 63 |"Project commenc| 00001cb0 65 64 3a 22 2c 31 33 34 0d 07 30 22 dc 33 2c 31 |ed:",134..0".3,1| 00001cc0 31 2c 31 38 2c 22 31 34 74 68 20 4a 75 6c 79 2c |1,18,"14th July,| 00001cd0 20 31 39 39 33 22 2c 31 33 35 0d 07 3a 25 dc 32 | 1993",135..:%.2| 00001ce0 2c 31 30 2c 32 30 2c 22 50 72 6f 6a 65 63 74 20 |,10,20,"Project | 00001cf0 63 6f 6d 70 6c 65 74 65 64 3a 22 2c 31 33 34 0d |completed:",134.| 00001d00 07 44 24 dc 33 2c 31 31 2c 32 32 2c 22 32 38 74 |.D$.3,11,22,"28t| 00001d10 68 20 41 75 67 75 73 74 2c 20 31 39 39 33 22 2c |h August, 1993",| 00001d20 31 33 35 0d ff |135..| 00001d25