N'SVISLHON (N"SY ISLHOIM ( OLNI$SV ( OLN)ISY BuUJI)S jo SIJIILIPUI NISI 24?L IUBU 104/n2 AA0]N (N SY SLJTI (N SY)ISLITI (N SV )ISLIJI | (6Z'SUHO LNINd. — oe - (N SV)SL4IT (NO.L ()SY (NOL 1 )$Y — nn (SI IENHD LNIMd (6)ISAHD LNIMNd (RISHHO LNINd (O MSYHO LNIAd (UPSNHO LNIMd (IZISHHO LNIMNd (S2)SHHD LNIHd (pP2ISHHOD LNIAd (6)SMHOD LNIHd m . zo mn (9ISNHO LNIMd 1J9] 10SINI JAOJN (ZSIISMHOD LNIAd (PI IISHHO LNIHd o rom pan (9'SHHO LNIMd —>— > — > nn (01 )SHHO LNIMd (I DSNHO LNINMd (92)SMHOD LNIHd UMOP 102 JAO JN] (LVSNHO LNINd | (Sb SUHO LNINId (£1 IISNHO LNIHd (Z1 1)SKHO LNIHd (9po2 |8xZ Bursn) (01 ISHHO LNIMd (Z2)SMUHOD LNIMd (9po2 |[2Sy Bulsn) | (apo? |] dn zosm2 240lN] 866 'TIYVO tt | (apo2 JIOSY Bursn) SV Butsn) siagumu opo2 ojJuI NIJJIPIPUI HJAUOJ (.X.)OSY (.X.)DSY (9po2 |12SW Butsn) | (apo? [IOSY Butsn) (.X.)OSY | (.X.)O0SY (.X.)4AOD SX LJO NIH L2l (.X.)440D possaid Bunag 429 JI 29% 0) piPOGgA9M 4YIUYD (NJSAJXNI $X LID (p8C91 - IMIId dl SAJTANI SAJXNI SAJXNI u 2 $X | 3MOH (8€ 4 92. ONU)LNIJSHHO|((S9 4 SZ. NU) LNIJSSHHO |(b9 | (9ZIXINAISHHO pale LNOSAH2 | (ICONALNISAH STD det] IHE - Ht] "a — (Zb )SMHO LNIMd D ((S9 ' 92. S (p9 ; (9ZIUNUISKHO nn ——— >—m STO N PUP | UJ9M)0G IAGUMNU UNICINM »(DCINM o —m A anni — U"N.(DCOINU (NICINA »CONUH It uloputi 1)9]9S 66666666 0 pu? 0 UJIMJIG IIGUMU (DCOINU (DCINM (DCONM UlOputI 129]2$ mb sruJ, JJEyI U0ISIJAUOJ SMOUS UPI JIUJIJJJI M2 SIOguUMNU YU) OS 'sSoass2IPpe KIOUI2U! jo 92X9) siojnduro2 js0UI USNOUJTE JEU) OSTE 9JON 'S9TUdEIG XOJ SUOTJINIJSUI DPNJIUJ JOU UM posn d '1o9)ndulo2 yJB9 IOJ pobuey2 94 SN TJJOd PUP 4II1d U10)SAS9UTES JU) 9SN J0U Op 42) "TJ JOd PUP MJId SN (JAH UI) '9UTJIPULO) JUJUIBUI UIOJJ AJsSNOULIOUD OS ATBA DSOUJ SP INOJOD 1O punos S2OPpI] 'AOOG STUJ UT SJUTUILUI DU) AG PoSN JISYH OUI UI SUOLJELIPA DU] JO DUIOS ua >—ooo ezo ——mmmm Am one sn Ee Mik Answers You may find that your answers to some of the puzzles are different to the ones givenhere. As long asthey work on your computer then this doesn't really matter, but checkto see if they are as neat and simple as the answers in the book. Page5 Robot Missile Line 90 tells the computer how many times to loop round and get a guess from you. So, for more chancesof guessing the secret code letter, change the last number in line 90toa higher one. For less chances, change it to a lower one. Page 7 The Vital Message In this program, lines 150 and 160area "delay" loop. They make the computer do nothing for a certain length of time before going onto the nextinstruction in the program which is to clear the message off the screen. To makethe s zx57 LET P$-CHR$(Pe3i) ANAO57 LET PSaCHR8 (P:78) message stay on the screen longer, you need to make the computer loop round more times. You can do this by changing the last number in line 150to a higher one. Page9 Shootout To make it possible for the computer to miss too, add the following linesin addition to those in the "Making the game harder" box. 155 IF RND<.1 TMEN GOTO 250 250 PRINT "HE SHOOTS BUT MISSES" 260 GOTO 90 Line 155 may need RND(1) or RND(0), depending on your computer. ŠI —kečeekčze—ez—za-— na aertiazni zd ' Page 11 Desert Tank Battle Add the following lines to the program to add the possibility of the robots seeing you: 175 IF RNDC.OS TMHEN GOTO Z50 2450 PRINT "THEY'VE SEEN YOU-nAaGGDemH" 260 STOP Change the RND in line 175 tothe version your computer needs. You can change .05 to any number between0 and 0.999, but remember that the higher the number you put here the greater the chance of the robots seeing you. Page 13 Battle at Traitor's Castle This is a difficult puzzle, so don't worry if you couldn't do it. Try out the answer anyway. Add these lines to get the two targets. .. u4i%%% o» 55 LET PsINTI(RND4.5)84e1 70 IF LsT THEN LET RS$"RSsPS 180 LET SsSeP v ti mA > 4 4 » Page 15 Robot Invaders ' You can get 100 points for U, V, W,Xor Y and 10 points for the others by making these changes. Z20 LET Mehs]0 225 IF P9s2>"T" AND Pec" 7" TMEN LET Hehe 90 Page 17 Secret Weapon . You canadd the scoring system in the