Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_20.ADF » G/Litt1
G/Litt1
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 » Acorn ADFS disks » Electron_User_Group » EUG_20.ADF |
Filename: | G/Litt1 |
Read OK: | ✔ |
File size: | 14F5 bytes |
Load address: | 3A204556 |
Exec address: | 2E472E31 |
File contents
Please write to: Ross Little The Old Police House Main Road Filby Great Yarmouth NR29 3HY Game Show June 1995 ~~~~ ~~~~ ~~~~ ~~~~ I had intended to bring to you a version of that classic game, Breakout, this month, but the computer didn't like the way I write BASIC, so I have had to leave this for another time. I'll use machine code when I do get back to it, and see if my Elk will obey me when I use that... I have, however, managed to write two other games. The first has been transported here from the very early eightees. It is a version of the ZX81-era game, Zombies. Though I have left it in black and white, I have fiddled around with some of it. I decided that since other variations of the game have allowed our Captain to teleport, I would go one stage further - he can still teleport, but so can the zombies! This, I think makes it more challenging than most other versions, which can get rather repetative. The second is another classic eightees game, Mastermind. It is not the TV-quiz game, but rather a very intriguing mind puzzle, which has been written on virtually every computer I have seen (even the Archimedes clones), although I could not find a version for the Electron. So I wrote one. The last thing I have to present is an update for last issues' Alphabet Chaser. This update was suggested to me by 'Gus, and I think it is an excellent idea, but more about that later. ZOMBIES ~~~~~~~ In this game you play the part of Captain Xiran, a human who has been sent to a humanly poulated planet to destroy the hideous zombie horde. Unfortunately for the Captain, the zombies are incredibly strong ('one zombie hug and you're zombie lunch'). They are, however, also incredibly stupid (their tactic for killing is just to home in on their victim) and short sighted, and these are your only lifelines. The playing field is littered with holes, and if you can manage to lure them into the holes, they will be destroyed, but watch out, you will also die if you fall down one. As I have said, both you and the zombies, in this version, have got teleport abilities. You can activate yours by pressing Return when you are on the field. The zombies have only got the ability to teleport if they were 'born' that way, and the percentage of zombies with this ability goes up as the game goes on. A zombie can 'choose' to teleport if he is more than ten characters away from the Captain, and if a 75% chance for a teleport comes out as positive. When either you or a zombie transports, a noise is made, and the screen flickers a few times. The length of time during which the screen flickers (and nothing else happens) depends on whether it is a zombie or the Captain who is teleporting. It lasts twice as long if it is the Captain. You must get through nine levels, or fields as I have called them, of this mayhem, before you have completed your mission. Captain Xiran is then free to return home. MASTERMIND ~~~~~~~~~~ This is a logical number-guessing game, which you have quite probably seen before. The aim is to guess the number which the computer has chosen, by the clues it gives to the number which you guess. It tells you for each digit of the number, in order, whether that digit was in the number in that position, or in another positon. The in-game instructions explain it more fully. ALPHABET CHASER UPDATE ~~~~~~~~ ~~~~~~ ~~~~~~ This update was suggested by 'Gus a short while ago, and is in the form of an EXECutable file, which will ammend the original game. The change it makes is to the gameplay itself, in that there are now two more options at the start of the game. They allow the player to now 'chase' the alphabet backwards, eg. starting with 'Z' and working back to 'A', instead of the other way round. The difference between options 3 and 4 are the speeds, which are equivalent to the original speeds 1 and 2 respectively. The way to operate this file is pretty simple. Firstly you have to load in the original game from EUG19. Then change to the directory where the file 'ammend' is, and type: *ammend It will then work fully automatically, and will enter in the new lines. After the game has been updated, and control returns to the user, SAVE the game to one of your disks. It will then be totally updated. The reason I have used this type of file is that it is very short, and takes up far less memory on the disk than the entire program would. FUN WITH A TYPEWRITER ~~~ ~~~~ ~ ~~~~~~~~~~ Totally coming off of the subject of games now, som of you might have seen a program in dir 'p' of EUG19 called TYPEWRITER. This was a program I produced whilst experimenting with vectors, in preperation for last issues' SAFE utility. I made no mention of it in the magazine, but for those of you who didn't find it, it's there, I can assure you! It's sole purpose in life is to make as near to a typewriter sound as is possible with an Elk whenever a key is pressed, or a character is printed out. It also has the side effect of dramatically reducing the speed of the computer. To see it in operation, just type: *TYPEWRITER and then CATalogue a disk or something. Quite a nice effect, I think. Ross Little May 1995
00000000 50 6c 65 61 73 65 20 77 72 69 74 65 20 74 6f 3a |Please write to:| 00000010 0d 0d 52 6f 73 73 20 4c 69 74 74 6c 65 0d 54 68 |..Ross Little.Th| 00000020 65 20 4f 6c 64 20 50 6f 6c 69 63 65 20 48 6f 75 |e Old Police Hou| 00000030 73 65 0d 4d 61 69 6e 20 52 6f 61 64 0d 46 69 6c |se.Main Road.Fil| 00000040 62 79 0d 47 72 65 61 74 20 59 61 72 6d 6f 75 74 |by.Great Yarmout| 00000050 68 0d 4e 52 32 39 20 33 48 59 0d 09 09 09 47 61 |h.NR29 3HY....Ga| 00000060 6d 65 20 53 68 6f 77 20 4a 75 6e 65 20 31 39 39 |me Show June 199| 00000070 35 0d 09 09 09 7e 7e 7e 7e 20 7e 7e 7e 7e 20 7e |5....~~~~ ~~~~ ~| 00000080 7e 7e 7e 20 7e 7e 7e 7e 0d 0d 49 20 68 61 64 20 |~~~ ~~~~..I had | 00000090 69 6e 74 65 6e 64 65 64 20 74 6f 20 62 72 69 6e |intended to brin| 000000a0 67 1a 20 74 6f 1a 20 79 6f 75 20 61 20 76 65 72 |g. to. you a ver| 000000b0 73 69 6f 6e 20 6f 66 20 74 68 61 74 20 63 6c 61 |sion of that cla| 000000c0 73 73 69 63 20 67 61 6d 65 2c 20 42 72 65 61 6b |ssic game, Break| 000000d0 6f 75 74 2c 0d 74 68 69 73 20 6d 6f 6e 74 68 2c |out,.this month,| 000000e0 20 62 75 74 20 74 68 65 20 63 6f 6d 70 75 74 65 | but the compute| 000000f0 72 20 64 69 64 6e 27 74 20 6c 69 6b 65 1a 20 74 |r didn't like. t| 00000100 68 65 20 77 61 79 20 49 20 77 72 69 74 65 20 42 |he way I write B| 00000110 41 53 49 43 2c 20 73 6f 20 49 20 68 61 76 65 0d |ASIC, so I have.| 00000120 68 61 64 20 74 6f 20 6c 65 61 76 65 20 74 68 69 |had to leave thi| 00000130 73 20 66 6f 72 20 61 6e 6f 74 68 65 72 20 74 69 |s for another ti| 00000140 6d 65 2e 20 20 49 27 6c 6c 1a 20 75 73 65 1a 20 |me. I'll. use. | 00000150 6d 61 63 68 69 6e 65 20 63 6f 64 65 20 77 68 65 |machine code whe| 00000160 6e 20 49 20 64 6f 20 67 65 74 0d 62 61 63 6b 20 |n I do get.back | 00000170 74 6f 20 69 74 2c 20 61 6e 64 20 73 65 65 20 69 |to it, and see i| 00000180 66 20 6d 79 20 45 6c 6b 20 77 69 6c 6c 20 6f 62 |f my Elk will ob| 00000190 65 79 20 6d 65 20 77 68 65 6e 20 49 20 75 73 65 |ey me when I use| 000001a0 20 74 68 61 74 2e 2e 2e 0d 0d 49 20 68 61 76 65 | that.....I have| 000001b0 2c 20 68 6f 77 65 76 65 72 2c 20 6d 61 6e 61 67 |, however, manag| 000001c0 65 64 20 74 6f 1a 20 77 72 69 74 65 1a 20 74 77 |ed to. write. tw| 000001d0 6f 1a 20 6f 74 68 65 72 1a 20 67 61 6d 65 73 2e |o. other. games.| 000001e0 20 20 54 68 65 20 66 69 72 73 74 20 68 61 73 20 | The first has | 000001f0 62 65 65 6e 0d 74 72 61 6e 73 70 6f 72 74 65 64 |been.transported| 00000200 20 68 65 72 65 20 66 72 6f 6d 20 74 68 65 20 76 | here from the v| 00000210 65 72 79 20 65 61 72 6c 79 20 65 69 67 68 74 65 |ery early eighte| 00000220 65 73 2e 20 20 49 74 20 69 73 1a 20 61 1a 20 76 |es. It is. a. v| 00000230 65 72 73 69 6f 6e 1a 20 6f 66 1a 20 74 68 65 0d |ersion. of. the.| 00000240 5a 58 38 31 2d 65 72 61 1a 20 67 61 6d 65 2c 20 |ZX81-era. game, | 00000250 5a 6f 6d 62 69 65 73 2e 20 20 54 68 6f 75 67 68 |Zombies. Though| 00000260 20 49 20 68 61 76 65 20 6c 65 66 74 20 69 74 20 | I have left it | 00000270 69 6e 20 62 6c 61 63 6b 20 61 6e 64 20 77 68 69 |in black and whi| 00000280 74 65 2c 20 49 20 68 61 76 65 0d 66 69 64 64 6c |te, I have.fiddl| 00000290 65 64 20 61 72 6f 75 6e 64 1a 20 77 69 74 68 20 |ed around. with | 000002a0 73 6f 6d 65 20 6f 66 20 69 74 2e 20 20 49 20 64 |some of it. I d| 000002b0 65 63 69 64 65 64 20 74 68 61 74 20 73 69 6e 63 |ecided that sinc| 000002c0 65 20 6f 74 68 65 72 20 76 61 72 69 61 74 69 6f |e other variatio| 000002d0 6e 73 20 6f 66 0d 74 68 65 20 67 61 6d 65 20 68 |ns of.the game h| 000002e0 61 76 65 1a 20 61 6c 6c 6f 77 65 64 1a 20 6f 75 |ave. allowed. ou| 000002f0 72 1a 20 43 61 70 74 61 69 6e 1a 20 74 6f 1a 20 |r. Captain. to. | 00000300 74 65 6c 65 70 6f 72 74 2c 1a 20 49 1a 20 77 6f |teleport,. I. wo| 00000310 75 6c 64 20 67 6f 20 6f 6e 65 20 73 74 61 67 65 |uld go one stage| 00000320 0d 66 75 72 74 68 65 72 20 2d 20 68 65 20 63 61 |.further - he ca| 00000330 6e 20 73 74 69 6c 6c 20 74 65 6c 65 70 6f 72 74 |n still teleport| 00000340 2c 20 62 75 74 20 73 6f 20 63 61 6e 20 74 68 65 |, but so can the| 00000350 1a 20 7a 6f 6d 62 69 65 73 21 1a 20 20 54 68 69 |. zombies!. Thi| 00000360 73 2c 1a 20 49 20 74 68 69 6e 6b 0d 6d 61 6b 65 |s,. I think.make| 00000370 73 1a 20 69 74 1a 20 6d 6f 72 65 20 63 68 61 6c |s. it. more chal| 00000380 6c 65 6e 67 69 6e 67 20 74 68 61 6e 20 6d 6f 73 |lenging than mos| 00000390 74 20 6f 74 68 65 72 20 76 65 72 73 69 6f 6e 73 |t other versions| 000003a0 2c 20 77 68 69 63 68 20 63 61 6e 20 67 65 74 20 |, which can get | 000003b0 72 61 74 68 65 72 0d 72 65 70 65 74 61 74 69 76 |rather.repetativ| 000003c0 65 2e 20 20 54 68 65 20 73 65 63 6f 6e 64 1a 20 |e. The second. | 000003d0 69 73 20 61 6e 6f 74 68 65 72 20 63 6c 61 73 73 |is another class| 000003e0 69 63 20 65 69 67 68 74 65 65 73 20 67 61 6d 65 |ic eightees game| 000003f0 2c 20 4d 61 73 74 65 72 6d 69 6e 64 2e 20 20 49 |, Mastermind. I| 00000400 74 0d 69 73 20 6e 6f 74 20 74 68 65 20 54 56 2d |t.is not the TV-| 00000410 71 75 69 7a 1a 20 67 61 6d 65 2c 1a 20 62 75 74 |quiz. game,. but| 00000420 20 72 61 74 68 65 72 20 61 20 76 65 72 79 20 69 | rather a very i| 00000430 6e 74 72 69 67 75 69 6e 67 20 6d 69 6e 64 20 70 |ntriguing mind p| 00000440 75 7a 7a 6c 65 2c 20 77 68 69 63 68 0d 68 61 73 |uzzle, which.has| 00000450 1a 20 62 65 65 6e 1a 20 77 72 69 74 74 65 6e 20 |. been. written | 00000460 6f 6e 20 76 69 72 74 75 61 6c 6c 79 20 65 76 65 |on virtually eve| 00000470 72 79 1a 20 63 6f 6d 70 75 74 65 72 1a 20 49 1a |ry. computer. I.| 00000480 20 68 61 76 65 1a 20 73 65 65 6e 1a 20 28 65 76 | have. seen. (ev| 00000490 65 6e 1a 20 74 68 65 0d 41 72 63 68 69 6d 65 64 |en. the.Archimed| 000004a0 65 73 20 63 6c 6f 6e 65 73 29 2c 20 61 6c 74 68 |es clones), alth| 000004b0 6f 75 67 68 1a 20 49 20 63 6f 75 6c 64 20 6e 6f |ough. I could no| 000004c0 74 20 66 69 6e 64 20 61 20 76 65 72 73 69 6f 6e |t find a version| 000004d0 20 66 6f 72 20 74 68 65 20 45 6c 65 63 74 72 6f | for the Electro| 000004e0 6e 2e 20 0d 53 6f 20 49 20 77 72 6f 74 65 20 6f |n. .So I wrote o| 000004f0 6e 65 2e 1a 20 20 54 68 65 1a 20 6c 61 73 74 1a |ne.. The. last.| 00000500 20 74 68 69 6e 67 20 49 20 68 61 76 65 20 74 6f | thing I have to| 00000510 20 70 72 65 73 65 6e 74 20 69 73 20 61 6e 20 75 | present is an u| 00000520 70 64 61 74 65 20 66 6f 72 20 6c 61 73 74 0d 69 |pdate for last.i| 00000530 73 73 75 65 73 27 20 41 6c 70 68 61 62 65 74 20 |ssues' Alphabet | 00000540 43 68 61 73 65 72 2e 20 20 54 68 69 73 20 75 70 |Chaser. This up| 00000550 64 61 74 65 20 77 61 73 20 73 75 67 67 65 73 74 |date was suggest| 00000560 65 64 1a 20 74 6f 1a 20 6d 65 20 62 79 20 27 47 |ed. to. me by 'G| 00000570 75 73 2c 20 61 6e 64 20 49 0d 74 68 69 6e 6b 20 |us, and I.think | 00000580 69 74 20 69 73 20 61 6e 20 65 78 63 65 6c 6c 65 |it is an excelle| 00000590 6e 74 20 69 64 65 61 2c 20 62 75 74 20 6d 6f 72 |nt idea, but mor| 000005a0 65 20 61 62 6f 75 74 20 74 68 61 74 20 6c 61 74 |e about that lat| 000005b0 65 72 2e 0d 0d 5a 4f 4d 42 49 45 53 20 0d 7e 7e |er...ZOMBIES .~~| 000005c0 7e 7e 7e 7e 7e 0d 49 6e 20 74 68 69 73 20 67 61 |~~~~~.In this ga| 000005d0 6d 65 20 79 6f 75 20 70 6c 61 79 20 74 68 65 20 |me you play the | 000005e0 70 61 72 74 20 6f 66 20 43 61 70 74 61 69 6e 20 |part of Captain | 000005f0 58 69 72 61 6e 2c 20 61 20 68 75 6d 61 6e 20 77 |Xiran, a human w| 00000600 68 6f 20 68 61 73 20 62 65 65 6e 20 73 65 6e 74 |ho has been sent| 00000610 0d 74 6f 1a 20 61 1a 20 68 75 6d 61 6e 6c 79 1a |.to. a. humanly.| 00000620 20 70 6f 75 6c 61 74 65 64 20 70 6c 61 6e 65 74 | poulated planet| 00000630 1a 20 74 6f 1a 20 64 65 73 74 72 6f 79 1a 20 74 |. to. destroy. t| 00000640 68 65 1a 20 68 69 64 65 6f 75 73 1a 20 7a 6f 6d |he. hideous. zom| 00000650 62 69 65 1a 20 68 6f 72 64 65 2e 20 0d 55 6e 66 |bie. horde. .Unf| 00000660 6f 72 74 75 6e 61 74 65 6c 79 20 66 6f 72 20 74 |ortunately for t| 00000670 68 65 20 43 61 70 74 61 69 6e 2c 1a 20 74 68 65 |he Captain,. the| 00000680 1a 20 7a 6f 6d 62 69 65 73 1a 20 61 72 65 1a 20 |. zombies. are. | 00000690 69 6e 63 72 65 64 69 62 6c 79 20 73 74 72 6f 6e |incredibly stron| 000006a0 67 20 28 27 6f 6e 65 0d 7a 6f 6d 62 69 65 20 68 |g ('one.zombie h| 000006b0 75 67 20 61 6e 64 20 79 6f 75 27 72 65 20 7a 6f |ug and you're zo| 000006c0 6d 62 69 65 20 6c 75 6e 63 68 27 29 2e 20 20 54 |mbie lunch'). T| 000006d0 68 65 79 20 61 72 65 2c 1a 20 68 6f 77 65 76 65 |hey are,. howeve| 000006e0 72 2c 20 61 6c 73 6f 20 69 6e 63 72 65 64 69 62 |r, also incredib| 000006f0 6c 79 0d 73 74 75 70 69 64 20 28 74 68 65 69 72 |ly.stupid (their| 00000700 20 74 61 63 74 69 63 20 66 6f 72 20 6b 69 6c 6c | tactic for kill| 00000710 69 6e 67 20 69 73 20 6a 75 73 74 20 74 6f 20 68 |ing is just to h| 00000720 6f 6d 65 1a 20 69 6e 1a 20 6f 6e 20 74 68 65 69 |ome. in. on thei| 00000730 72 20 76 69 63 74 69 6d 29 20 61 6e 64 0d 73 68 |r victim) and.sh| 00000740 6f 72 74 1a 20 73 69 67 68 74 65 64 2c 1a 20 61 |ort. sighted,. a| 00000750 6e 64 1a 20 74 68 65 73 65 20 61 72 65 20 79 6f |nd. these are yo| 00000760 75 72 20 6f 6e 6c 79 20 6c 69 66 65 6c 69 6e 65 |ur only lifeline| 00000770 73 2e 20 20 54 68 65 20 70 6c 61 79 69 6e 67 20 |s. The playing | 00000780 66 69 65 6c 64 20 69 73 0d 6c 69 74 74 65 72 65 |field is.littere| 00000790 64 20 77 69 74 68 20 68 6f 6c 65 73 2c 20 61 6e |d with holes, an| 000007a0 64 1a 20 69 66 1a 20 79 6f 75 1a 20 63 61 6e 20 |d. if. you. can | 000007b0 6d 61 6e 61 67 65 20 74 6f 20 6c 75 72 65 20 74 |manage to lure t| 000007c0 68 65 6d 20 69 6e 74 6f 20 74 68 65 20 68 6f 6c |hem into the hol| 000007d0 65 73 2c 0d 74 68 65 79 20 77 69 6c 6c 20 62 65 |es,.they will be| 000007e0 20 64 65 73 74 72 6f 79 65 64 2c 20 62 75 74 20 | destroyed, but | 000007f0 77 61 74 63 68 20 6f 75 74 2c 1a 20 79 6f 75 20 |watch out,. you | 00000800 77 69 6c 6c 20 61 6c 73 6f 20 64 69 65 20 69 66 |will also die if| 00000810 20 79 6f 75 20 66 61 6c 6c 20 64 6f 77 6e 0d 6f | you fall down.o| 00000820 6e 65 2e 20 20 41 73 20 49 20 68 61 76 65 20 73 |ne. As I have s| 00000830 61 69 64 2c 20 62 6f 74 68 20 79 6f 75 20 61 6e |aid, both you an| 00000840 64 1a 20 74 68 65 20 7a 6f 6d 62 69 65 73 2c 20 |d. the zombies, | 00000850 69 6e 20 74 68 69 73 20 76 65 72 73 69 6f 6e 2c |in this version,| 00000860 20 68 61 76 65 20 67 6f 74 0d 74 65 6c 65 70 6f | have got.telepo| 00000870 72 74 1a 20 61 62 69 6c 69 74 69 65 73 2e 20 20 |rt. abilities. | 00000880 59 6f 75 20 63 61 6e 20 61 63 74 69 76 61 74 65 |You can activate| 00000890 20 79 6f 75 72 73 20 62 79 20 70 72 65 73 73 69 | yours by pressi| 000008a0 6e 67 20 52 65 74 75 72 6e 1a 20 77 68 65 6e 1a |ng Return. when.| 000008b0 20 79 6f 75 0d 61 72 65 20 6f 6e 1a 20 74 68 65 | you.are on. the| 000008c0 1a 20 66 69 65 6c 64 2e 1a 20 20 54 68 65 20 7a |. field.. The z| 000008d0 6f 6d 62 69 65 73 20 68 61 76 65 20 6f 6e 6c 79 |ombies have only| 000008e0 20 67 6f 74 20 74 68 65 20 61 62 69 6c 69 74 79 | got the ability| 000008f0 20 74 6f 20 74 65 6c 65 70 6f 72 74 20 69 66 0d | to teleport if.| 00000900 74 68 65 79 20 77 65 72 65 20 27 62 6f 72 6e 27 |they were 'born'| 00000910 20 74 68 61 74 20 77 61 79 2c 20 61 6e 64 20 74 | that way, and t| 00000920 68 65 20 70 65 72 63 65 6e 74 61 67 65 20 6f 66 |he percentage of| 00000930 20 7a 6f 6d 62 69 65 73 20 77 69 74 68 20 74 68 | zombies with th| 00000940 69 73 20 61 62 69 6c 69 74 79 0d 67 6f 65 73 20 |is ability.goes | 00000950 75 70 20 61 73 20 74 68 65 20 67 61 6d 65 1a 20 |up as the game. | 00000960 67 6f 65 73 1a 20 6f 6e 2e 20 20 41 20 7a 6f 6d |goes. on. A zom| 00000970 62 69 65 20 63 61 6e 20 27 63 68 6f 6f 73 65 27 |bie can 'choose'| 00000980 20 74 6f 20 74 65 6c 65 70 6f 72 74 20 69 66 20 | to teleport if | 00000990 68 65 20 69 73 0d 6d 6f 72 65 20 74 68 61 6e 20 |he is.more than | 000009a0 74 65 6e 20 63 68 61 72 61 63 74 65 72 73 20 61 |ten characters a| 000009b0 77 61 79 20 66 72 6f 6d 20 74 68 65 1a 20 43 61 |way from the. Ca| 000009c0 70 74 61 69 6e 2c 20 61 6e 64 20 69 66 20 61 20 |ptain, and if a | 000009d0 37 35 25 20 63 68 61 6e 63 65 20 66 6f 72 20 61 |75% chance for a| 000009e0 0d 74 65 6c 65 70 6f 72 74 20 63 6f 6d 65 73 20 |.teleport comes | 000009f0 6f 75 74 20 61 73 20 70 6f 73 69 74 69 76 65 2e |out as positive.| 00000a00 20 20 57 68 65 6e 20 65 69 74 68 65 72 20 79 6f | When either yo| 00000a10 75 20 6f 72 20 61 20 7a 6f 6d 62 69 65 20 74 72 |u or a zombie tr| 00000a20 61 6e 73 70 6f 72 74 73 2c 20 61 0d 6e 6f 69 73 |ansports, a.nois| 00000a30 65 20 69 73 20 6d 61 64 65 2c 20 61 6e 64 20 74 |e is made, and t| 00000a40 68 65 20 73 63 72 65 65 6e 20 66 6c 69 63 6b 65 |he screen flicke| 00000a50 72 73 20 61 1a 20 66 65 77 1a 20 74 69 6d 65 73 |rs a. few. times| 00000a60 2e 1a 20 20 54 68 65 20 6c 65 6e 67 74 68 20 6f |.. The length o| 00000a70 66 20 74 69 6d 65 0d 64 75 72 69 6e 67 1a 20 77 |f time.during. w| 00000a80 68 69 63 68 1a 20 74 68 65 1a 20 73 63 72 65 65 |hich. the. scree| 00000a90 6e 1a 20 66 6c 69 63 6b 65 72 73 20 28 61 6e 64 |n. flickers (and| 00000aa0 20 6e 6f 74 68 69 6e 67 20 65 6c 73 65 20 68 61 | nothing else ha| 00000ab0 70 70 65 6e 73 29 20 64 65 70 65 6e 64 73 20 6f |ppens) depends o| 00000ac0 6e 0d 77 68 65 74 68 65 72 20 69 74 20 69 73 20 |n.whether it is | 00000ad0 61 20 7a 6f 6d 62 69 65 1a 20 6f 72 20 74 68 65 |a zombie. or the| 00000ae0 20 43 61 70 74 61 69 6e 20 77 68 6f 20 69 73 20 | Captain who is | 00000af0 74 65 6c 65 70 6f 72 74 69 6e 67 2e 20 20 49 74 |teleporting. It| 00000b00 20 6c 61 73 74 73 20 74 77 69 63 65 0d 61 73 20 | lasts twice.as | 00000b10 6c 6f 6e 67 20 69 66 20 69 74 20 69 73 20 74 68 |long if it is th| 00000b20 65 1a 20 43 61 70 74 61 69 6e 2e 1a 20 20 20 59 |e. Captain.. Y| 00000b30 6f 75 1a 20 6d 75 73 74 1a 20 67 65 74 1a 20 74 |ou. must. get. t| 00000b40 68 72 6f 75 67 68 1a 20 6e 69 6e 65 20 6c 65 76 |hrough. nine lev| 00000b50 65 6c 73 2c 20 6f 72 0d 66 69 65 6c 64 73 1a 20 |els, or.fields. | 00000b60 61 73 1a 20 49 1a 20 68 61 76 65 20 63 61 6c 6c |as. I. have call| 00000b70 65 64 20 74 68 65 6d 2c 20 6f 66 20 74 68 69 73 |ed them, of this| 00000b80 20 6d 61 79 68 65 6d 2c 20 62 65 66 6f 72 65 20 | mayhem, before | 00000b90 79 6f 75 20 68 61 76 65 20 63 6f 6d 70 6c 65 74 |you have complet| 00000ba0 65 64 0d 79 6f 75 72 20 6d 69 73 73 69 6f 6e 2e |ed.your mission.| 00000bb0 20 20 43 61 70 74 61 69 6e 20 58 69 72 61 6e 20 | Captain Xiran | 00000bc0 69 73 20 74 68 65 6e 20 66 72 65 65 20 74 6f 20 |is then free to | 00000bd0 72 65 74 75 72 6e 20 68 6f 6d 65 2e 0d 0d 4d 41 |return home...MA| 00000be0 53 54 45 52 4d 49 4e 44 20 0d 7e 7e 7e 7e 7e 7e |STERMIND .~~~~~~| 00000bf0 7e 7e 7e 7e 20 0d 54 68 69 73 20 69 73 20 61 20 |~~~~ .This is a | 00000c00 6c 6f 67 69 63 61 6c 20 6e 75 6d 62 65 72 2d 67 |logical number-g| 00000c10 75 65 73 73 69 6e 67 20 67 61 6d 65 2c 20 77 68 |uessing game, wh| 00000c20 69 63 68 20 79 6f 75 20 68 61 76 65 20 71 75 69 |ich you have qui| 00000c30 74 65 20 70 72 6f 62 61 62 6c 79 20 73 65 65 6e |te probably seen| 00000c40 0d 62 65 66 6f 72 65 2e 20 20 54 68 65 20 61 69 |.before. The ai| 00000c50 6d 20 69 73 20 74 6f 1a 20 67 75 65 73 73 20 74 |m is to. guess t| 00000c60 68 65 20 6e 75 6d 62 65 72 20 77 68 69 63 68 20 |he number which | 00000c70 74 68 65 20 63 6f 6d 70 75 74 65 72 20 68 61 73 |the computer has| 00000c80 20 63 68 6f 73 65 6e 2c 20 62 79 0d 74 68 65 20 | chosen, by.the | 00000c90 63 6c 75 65 73 20 69 74 20 67 69 76 65 73 20 74 |clues it gives t| 00000ca0 6f 20 74 68 65 1a 20 6e 75 6d 62 65 72 1a 20 77 |o the. number. w| 00000cb0 68 69 63 68 20 79 6f 75 20 67 75 65 73 73 2e 20 |hich you guess. | 00000cc0 20 49 74 20 74 65 6c 6c 73 20 79 6f 75 20 66 6f | It tells you fo| 00000cd0 72 20 65 61 63 68 0d 64 69 67 69 74 20 6f 66 20 |r each.digit of | 00000ce0 74 68 65 20 6e 75 6d 62 65 72 2c 20 69 6e 20 6f |the number, in o| 00000cf0 72 64 65 72 2c 20 77 68 65 74 68 65 72 20 74 68 |rder, whether th| 00000d00 61 74 1a 20 64 69 67 69 74 1a 20 77 61 73 1a 20 |at. digit. was. | 00000d10 69 6e 1a 20 74 68 65 20 6e 75 6d 62 65 72 20 69 |in. the number i| 00000d20 6e 0d 74 68 61 74 20 70 6f 73 69 74 69 6f 6e 2c |n.that position,| 00000d30 20 6f 72 20 69 6e 20 61 6e 6f 74 68 65 72 20 70 | or in another p| 00000d40 6f 73 69 74 6f 6e 2e 20 20 54 68 65 20 69 6e 2d |ositon. The in-| 00000d50 67 61 6d 65 20 69 6e 73 74 72 75 63 74 69 6f 6e |game instruction| 00000d60 73 20 65 78 70 6c 61 69 6e 20 69 74 0d 6d 6f 72 |s explain it.mor| 00000d70 65 20 66 75 6c 6c 79 2e 0d 0d 41 4c 50 48 41 42 |e fully...ALPHAB| 00000d80 45 54 20 43 48 41 53 45 52 20 55 50 44 41 54 45 |ET CHASER UPDATE| 00000d90 0d 7e 7e 7e 7e 7e 7e 7e 7e 20 7e 7e 7e 7e 7e 7e |.~~~~~~~~ ~~~~~~| 00000da0 20 7e 7e 7e 7e 7e 7e 0d 54 68 69 73 20 75 70 64 | ~~~~~~.This upd| 00000db0 61 74 65 20 77 61 73 20 73 75 67 67 65 73 74 65 |ate was suggeste| 00000dc0 64 20 62 79 20 27 47 75 73 20 61 20 73 68 6f 72 |d by 'Gus a shor| 00000dd0 74 20 77 68 69 6c 65 20 61 67 6f 2c 20 61 6e 64 |t while ago, and| 00000de0 20 69 73 20 69 6e 20 74 68 65 20 66 6f 72 6d 20 | is in the form | 00000df0 6f 66 0d 61 6e 20 45 58 45 43 75 74 61 62 6c 65 |of.an EXECutable| 00000e00 20 66 69 6c 65 2c 20 77 68 69 63 68 20 77 69 6c | file, which wil| 00000e10 6c 1a 20 61 6d 6d 65 6e 64 1a 20 74 68 65 1a 20 |l. ammend. the. | 00000e20 6f 72 69 67 69 6e 61 6c 20 67 61 6d 65 2e 20 20 |original game. | 00000e30 54 68 65 20 63 68 61 6e 67 65 20 69 74 0d 6d 61 |The change it.ma| 00000e40 6b 65 73 20 69 73 20 74 6f 20 74 68 65 20 67 61 |kes is to the ga| 00000e50 6d 65 70 6c 61 79 20 69 74 73 65 6c 66 2c 20 69 |meplay itself, i| 00000e60 6e 20 74 68 61 74 20 74 68 65 72 65 20 61 72 65 |n that there are| 00000e70 20 6e 6f 77 20 74 77 6f 20 6d 6f 72 65 20 6f 70 | now two more op| 00000e80 74 69 6f 6e 73 20 61 74 0d 74 68 65 20 73 74 61 |tions at.the sta| 00000e90 72 74 20 6f 66 20 74 68 65 20 67 61 6d 65 2e 20 |rt of the game. | 00000ea0 20 54 68 65 79 20 61 6c 6c 6f 77 20 74 68 65 1a | They allow the.| 00000eb0 20 70 6c 61 79 65 72 20 74 6f 20 6e 6f 77 20 27 | player to now '| 00000ec0 63 68 61 73 65 27 20 74 68 65 20 61 6c 70 68 61 |chase' the alpha| 00000ed0 62 65 74 0d 62 61 63 6b 77 61 72 64 73 2c 20 65 |bet.backwards, e| 00000ee0 67 2e 20 73 74 61 72 74 69 6e 67 20 77 69 74 68 |g. starting with| 00000ef0 20 27 5a 27 20 61 6e 64 20 77 6f 72 6b 69 6e 67 | 'Z' and working| 00000f00 20 62 61 63 6b 20 74 6f 1a 20 27 41 27 2c 1a 20 | back to. 'A',. | 00000f10 69 6e 73 74 65 61 64 20 6f 66 20 74 68 65 0d 6f |instead of the.o| 00000f20 74 68 65 72 20 77 61 79 20 72 6f 75 6e 64 2e 20 |ther way round. | 00000f30 20 54 68 65 20 64 69 66 66 65 72 65 6e 63 65 20 | The difference | 00000f40 62 65 74 77 65 65 6e 20 6f 70 74 69 6f 6e 73 20 |between options | 00000f50 33 20 61 6e 64 20 34 20 61 72 65 1a 20 74 68 65 |3 and 4 are. the| 00000f60 1a 20 73 70 65 65 64 73 2c 0d 77 68 69 63 68 20 |. speeds,.which | 00000f70 61 72 65 20 65 71 75 69 76 61 6c 65 6e 74 20 74 |are equivalent t| 00000f80 6f 20 74 68 65 20 6f 72 69 67 69 6e 61 6c 20 73 |o the original s| 00000f90 70 65 65 64 73 20 31 20 61 6e 64 20 32 20 72 65 |peeds 1 and 2 re| 00000fa0 73 70 65 63 74 69 76 65 6c 79 2e 20 20 54 68 65 |spectively. The| 00000fb0 20 77 61 79 0d 74 6f 1a 20 6f 70 65 72 61 74 65 | way.to. operate| 00000fc0 1a 20 20 74 68 69 73 20 66 69 6c 65 20 69 73 20 |. this file is | 00000fd0 70 72 65 74 74 79 20 73 69 6d 70 6c 65 2e 20 20 |pretty simple. | 00000fe0 46 69 72 73 74 6c 79 20 79 6f 75 20 68 61 76 65 |Firstly you have| 00000ff0 20 74 6f 20 6c 6f 61 64 20 69 6e 20 74 68 65 0d | to load in the.| 00001000 6f 72 69 67 69 6e 61 6c 20 67 61 6d 65 20 66 72 |original game fr| 00001010 6f 6d 1a 20 45 55 47 31 39 2e 1a 20 20 54 68 65 |om. EUG19.. The| 00001020 6e 1a 20 63 68 61 6e 67 65 1a 20 74 6f 20 74 68 |n. change. to th| 00001030 65 20 64 69 72 65 63 74 6f 72 79 20 77 68 65 72 |e directory wher| 00001040 65 20 74 68 65 20 66 69 6c 65 0d 27 61 6d 6d 65 |e the file.'amme| 00001050 6e 64 27 20 69 73 2c 20 61 6e 64 20 74 79 70 65 |nd' is, and type| 00001060 3a 0d 20 20 20 20 20 2a 61 6d 6d 65 6e 64 20 0d |:. *ammend .| 00001070 49 74 20 77 69 6c 6c 20 74 68 65 6e 20 77 6f 72 |It will then wor| 00001080 6b 20 66 75 6c 6c 79 1a 20 61 75 74 6f 6d 61 74 |k fully. automat| 00001090 69 63 61 6c 6c 79 2c 1a 20 61 6e 64 1a 20 77 69 |ically,. and. wi| 000010a0 6c 6c 20 65 6e 74 65 72 20 69 6e 20 74 68 65 20 |ll enter in the | 000010b0 6e 65 77 20 6c 69 6e 65 73 2e 20 0d 41 66 74 65 |new lines. .Afte| 000010c0 72 20 74 68 65 20 67 61 6d 65 20 68 61 73 20 62 |r the game has b| 000010d0 65 65 6e 20 75 70 64 61 74 65 64 2c 20 61 6e 64 |een updated, and| 000010e0 20 63 6f 6e 74 72 6f 6c 20 72 65 74 75 72 6e 73 | control returns| 000010f0 20 74 6f 20 74 68 65 20 75 73 65 72 2c 20 53 41 | to the user, SA| 00001100 56 45 20 74 68 65 0d 67 61 6d 65 20 74 6f 20 6f |VE the.game to o| 00001110 6e 65 20 6f 66 20 79 6f 75 72 20 64 69 73 6b 73 |ne of your disks| 00001120 2e 20 20 49 74 20 77 69 6c 6c 20 74 68 65 6e 20 |. It will then | 00001130 62 65 20 74 6f 74 61 6c 6c 79 20 75 70 64 61 74 |be totally updat| 00001140 65 64 2e 20 20 54 68 65 20 72 65 61 73 6f 6e 20 |ed. The reason | 00001150 49 0d 68 61 76 65 20 75 73 65 64 20 74 68 69 73 |I.have used this| 00001160 20 74 79 70 65 20 6f 66 20 66 69 6c 65 20 69 73 | type of file is| 00001170 20 74 68 61 74 1a 20 69 74 1a 20 69 73 1a 20 76 | that. it. is. v| 00001180 65 72 79 1a 20 73 68 6f 72 74 2c 20 61 6e 64 20 |ery. short, and | 00001190 74 61 6b 65 73 20 75 70 20 66 61 72 0d 6c 65 73 |takes up far.les| 000011a0 73 20 6d 65 6d 6f 72 79 20 6f 6e 20 74 68 65 20 |s memory on the | 000011b0 64 69 73 6b 20 74 68 61 6e 20 74 68 65 20 65 6e |disk than the en| 000011c0 74 69 72 65 20 70 72 6f 67 72 61 6d 20 77 6f 75 |tire program wou| 000011d0 6c 64 2e 0d 0d 46 55 4e 20 57 49 54 48 20 41 20 |ld...FUN WITH A | 000011e0 54 59 50 45 57 52 49 54 45 52 0d 7e 7e 7e 20 7e |TYPEWRITER.~~~ ~| 000011f0 7e 7e 7e 20 7e 20 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~ ~ ~~~~~~~~~~| 00001200 0d 54 6f 74 61 6c 6c 79 20 63 6f 6d 69 6e 67 20 |.Totally coming | 00001210 6f 66 66 20 6f 66 20 74 68 65 20 73 75 62 6a 65 |off of the subje| 00001220 63 74 20 6f 66 20 67 61 6d 65 73 20 6e 6f 77 2c |ct of games now,| 00001230 20 73 6f 6d 20 6f 66 20 79 6f 75 20 6d 69 67 68 | som of you migh| 00001240 74 20 68 61 76 65 20 73 65 65 6e 0d 61 20 70 72 |t have seen.a pr| 00001250 6f 67 72 61 6d 20 69 6e 20 64 69 72 20 27 70 27 |ogram in dir 'p'| 00001260 1a 20 6f 66 1a 20 45 55 47 31 39 1a 20 63 61 6c |. of. EUG19. cal| 00001270 6c 65 64 1a 20 54 59 50 45 57 52 49 54 45 52 2e |led. TYPEWRITER.| 00001280 20 20 54 68 69 73 20 77 61 73 20 61 20 70 72 6f | This was a pro| 00001290 67 72 61 6d 20 49 0d 70 72 6f 64 75 63 65 64 1a |gram I.produced.| 000012a0 20 77 68 69 6c 73 74 1a 20 65 78 70 65 72 69 6d | whilst. experim| 000012b0 65 6e 74 69 6e 67 1a 20 77 69 74 68 1a 20 76 65 |enting. with. ve| 000012c0 63 74 6f 72 73 2c 1a 20 69 6e 1a 20 70 72 65 70 |ctors,. in. prep| 000012d0 65 72 61 74 69 6f 6e 1a 20 66 6f 72 20 6c 61 73 |eration. for las| 000012e0 74 0d 69 73 73 75 65 73 27 20 20 53 41 46 45 20 |t.issues' SAFE | 000012f0 75 74 69 6c 69 74 79 2e 20 20 49 20 6d 61 64 65 |utility. I made| 00001300 20 6e 6f 20 6d 65 6e 74 69 6f 6e 20 6f 66 1a 20 | no mention of. | 00001310 69 74 1a 20 69 6e 20 74 68 65 20 6d 61 67 61 7a |it. in the magaz| 00001320 69 6e 65 2c 20 62 75 74 20 66 6f 72 0d 74 68 6f |ine, but for.tho| 00001330 73 65 20 6f 66 20 79 6f 75 20 77 68 6f 20 64 69 |se of you who di| 00001340 64 6e 27 74 20 66 69 6e 64 20 69 74 2c 20 69 74 |dn't find it, it| 00001350 27 73 20 74 68 65 72 65 2c 20 49 1a 20 63 61 6e |'s there, I. can| 00001360 20 61 73 73 75 72 65 20 79 6f 75 21 20 20 49 74 | assure you! It| 00001370 27 73 20 73 6f 6c 65 0d 70 75 72 70 6f 73 65 20 |'s sole.purpose | 00001380 69 6e 20 6c 69 66 65 20 69 73 20 74 6f 20 6d 61 |in life is to ma| 00001390 6b 65 20 61 73 20 6e 65 61 72 20 74 6f 20 61 20 |ke as near to a | 000013a0 74 79 70 65 77 72 69 74 65 72 1a 20 73 6f 75 6e |typewriter. soun| 000013b0 64 1a 20 61 73 1a 20 69 73 20 70 6f 73 73 69 62 |d. as. is possib| 000013c0 6c 65 0d 77 69 74 68 1a 20 61 6e 20 45 6c 6b 20 |le.with. an Elk | 000013d0 77 68 65 6e 65 76 65 72 20 61 20 6b 65 79 20 69 |whenever a key i| 000013e0 73 20 70 72 65 73 73 65 64 2c 20 6f 72 20 61 20 |s pressed, or a | 000013f0 63 68 61 72 61 63 74 65 72 20 69 73 20 70 72 69 |character is pri| 00001400 6e 74 65 64 20 6f 75 74 2e 20 20 49 74 0d 61 6c |nted out. It.al| 00001410 73 6f 20 68 61 73 1a 20 74 68 65 1a 20 73 69 64 |so has. the. sid| 00001420 65 1a 20 65 66 66 65 63 74 1a 20 6f 66 1a 20 64 |e. effect. of. d| 00001430 72 61 6d 61 74 69 63 61 6c 6c 79 1a 20 72 65 64 |ramatically. red| 00001440 75 63 69 6e 67 1a 20 74 68 65 1a 20 73 70 65 65 |ucing. the. spee| 00001450 64 20 6f 66 20 74 68 65 0d 63 6f 6d 70 75 74 65 |d of the.compute| 00001460 72 2e 20 20 54 6f 20 73 65 65 20 69 74 20 69 6e |r. To see it in| 00001470 20 6f 70 65 72 61 74 69 6f 6e 2c 20 6a 75 73 74 | operation, just| 00001480 20 74 79 70 65 3a 0d 20 20 20 20 20 2a 54 59 50 | type:. *TYP| 00001490 45 57 52 49 54 45 52 0d 61 6e 64 20 74 68 65 6e |EWRITER.and then| 000014a0 20 43 41 54 61 6c 6f 67 75 65 20 61 20 64 69 73 | CATalogue a dis| 000014b0 6b 20 6f 72 20 73 6f 6d 65 74 68 69 6e 67 2e 20 |k or something. | 000014c0 20 51 75 69 74 65 20 61 20 6e 69 63 65 20 65 66 | Quite a nice ef| 000014d0 66 65 63 74 2c 20 49 20 74 68 69 6e 6b 2e 0d 0d |fect, I think...| 000014e0 52 6f 73 73 20 4c 69 74 74 6c 65 0d 4d 61 79 20 |Ross Little.May | 000014f0 31 39 39 35 0d |1995.| 000014f5