Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_23.ADF » G/GSHOW2
G/GSHOW2
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_23.ADF |
Filename: | G/GSHOW2 |
Read OK: | ✔ |
File size: | 0C9F bytes |
Load address: | 0000 |
Exec address: | FFFFFFFF |
File contents
KNIGHTS - A Traditional Puzzle Game Electron v1.0 by Ross Little November 1995 Consisting of files: KNIGHTS - Source code; this version v1.0 KNscr - In-game playing screen Created using utilities: ElkPaint (Written by Stuart Bain, (p) and (c) Electron User October 1989, updated by Matthew Ford, republished by EUG, February 1995) SmartText (Written by Pete Goodliffe, (p) and (c) The Micro User October 1991) KNtxt - Instructions for file 'KNIGHTS' All files (c) Ross Little November 1995, published by EUG December 1995 The ultimate aim of the game is to transpose the blue and white counters on the playing board, so that the blue counters end up on the right, a blank is left in the centre hole, and the white counters end up on the left. The counters are moved using the knight's move, as in chess. When the game begins, you will be informed of the current 'low score'. This is saved to disk under the filename 'KNlow', and when the file is created is set to 150 moves. If and when you complete the game in a lower number of moves it will be saved into this file. To start the game just press a key and the move number will be incremented to one. This is automatically updated throughout the game. A white highlight will appear on the first piece that you can move. Press <SPACEBAR> to move this highlight around onto each of the pieces and then back to the first. If the highlight is appearing on a blue counter, then it is coloured white, and if it is on a white counter it is coloured blue. When you have selected the piece you wish to move press <RETURN>, and the highlighted counter will be moved into the blank hole. The highlight will only appear on counters you are able to move, so illegal moves are, in fact, impossible. At the end of every move, the board will be scanned to check to see if the game has been completed. If so, then the computer will check to see if you have got the current low score. It will be saved to disk if you have, and you will be informed of the previous lowest number of moves. If you have not achieved this, then you will be told what the current low score is. This game is held under copyright. This copyright agreement allows the owner of this version to use it, update it and redistribute it as he or her wishes. If redistributing v1.0, the following files must be included: KNIGHTS - The game source code KNscr - In-game screen display KNtxt - Instructions and conditions If the user wishes, he may update any or all of the game code, but must give adequate credits as to the original work, and author. If the game code is updated, then the two periphery files may be altered or dumped. The author is held at no liability whatsoever as to the subsequent uses of this work. When the game is installed to a new disk, the file 'KNlow' need not be copied. If you do not copy it, then when the game is run, the file will be created with the low score set to 150. Ross Little November 1995
00000000 4b 4e 49 47 48 54 53 20 2d 20 41 20 54 72 61 64 |KNIGHTS - A Trad| 00000010 69 74 69 6f 6e 61 6c 20 50 75 7a 7a 6c 65 20 47 |itional Puzzle G| 00000020 61 6d 65 0d 20 20 20 20 20 20 20 20 20 20 45 6c |ame. El| 00000030 65 63 74 72 6f 6e 20 76 31 2e 30 20 62 79 20 52 |ectron v1.0 by R| 00000040 6f 73 73 20 4c 69 74 74 6c 65 20 4e 6f 76 65 6d |oss Little Novem| 00000050 62 65 72 20 31 39 39 35 0d 0d 43 6f 6e 73 69 73 |ber 1995..Consis| 00000060 74 69 6e 67 20 6f 66 20 66 69 6c 65 73 3a 0d 0d |ting of files:..| 00000070 20 20 4b 4e 49 47 48 54 53 20 20 2d 20 20 53 6f | KNIGHTS - So| 00000080 75 72 63 65 20 63 6f 64 65 3b 20 74 68 69 73 20 |urce code; this | 00000090 76 65 72 73 69 6f 6e 20 76 31 2e 30 0d 20 20 4b |version v1.0. K| 000000a0 4e 73 63 72 20 20 20 20 2d 20 20 49 6e 2d 67 61 |Nscr - In-ga| 000000b0 6d 65 20 70 6c 61 79 69 6e 67 20 73 63 72 65 65 |me playing scree| 000000c0 6e 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |n. | 000000d0 43 72 65 61 74 65 64 20 75 73 69 6e 67 20 75 74 |Created using ut| 000000e0 69 6c 69 74 69 65 73 3a 0d 20 20 20 20 20 20 20 |ilities:. | 000000f0 20 20 20 20 20 20 20 20 20 45 6c 6b 50 61 69 6e | ElkPain| 00000100 74 20 20 28 57 72 69 74 74 65 6e 20 62 79 20 53 |t (Written by S| 00000110 74 75 61 72 74 20 42 61 69 6e 2c 20 28 70 29 20 |tuart Bain, (p) | 00000120 61 6e 64 20 28 63 29 20 45 6c 65 63 74 72 6f 6e |and (c) Electron| 00000130 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000140 20 20 20 20 20 20 20 20 20 20 20 55 73 65 72 20 | User | 00000150 4f 63 74 6f 62 65 72 20 31 39 38 39 2c 20 75 70 |October 1989, up| 00000160 64 61 74 65 64 20 62 79 20 4d 61 74 74 68 65 77 |dated by Matthew| 00000170 20 46 6f 72 64 2c 0d 20 20 20 20 20 20 20 20 20 | Ford,. | 00000180 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000190 20 72 65 70 75 62 6c 69 73 68 65 64 20 62 79 20 | republished by | 000001a0 45 55 47 2c 20 46 65 62 72 75 61 72 79 20 31 39 |EUG, February 19| 000001b0 39 35 29 0d 20 20 20 20 20 20 20 20 20 20 20 20 |95). | 000001c0 20 20 20 20 53 6d 61 72 74 54 65 78 74 20 28 57 | SmartText (W| 000001d0 72 69 74 74 65 6e 20 62 79 20 50 65 74 65 20 47 |ritten by Pete G| 000001e0 6f 6f 64 6c 69 66 66 65 2c 20 28 70 29 20 61 6e |oodliffe, (p) an| 000001f0 64 20 28 63 29 20 54 68 65 0d 20 20 20 20 20 20 |d (c) The. | 00000200 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000210 20 20 20 20 4d 69 63 72 6f 20 55 73 65 72 20 4f | Micro User O| 00000220 63 74 6f 62 65 72 20 31 39 39 31 29 0d 20 20 4b |ctober 1991). K| 00000230 4e 74 78 74 20 20 20 20 2d 20 20 49 6e 73 74 72 |Ntxt - Instr| 00000240 75 63 74 69 6f 6e 73 20 66 6f 72 20 66 69 6c 65 |uctions for file| 00000250 20 27 4b 4e 49 47 48 54 53 27 0d 0d 20 20 20 20 | 'KNIGHTS'.. | 00000260 20 20 20 20 20 20 20 20 20 20 41 6c 6c 20 66 69 | All fi| 00000270 6c 65 73 20 28 63 29 20 52 6f 73 73 20 4c 69 74 |les (c) Ross Lit| 00000280 74 6c 65 20 4e 6f 76 65 6d 62 65 72 20 31 39 39 |tle November 199| 00000290 35 2c 20 70 75 62 6c 69 73 68 65 64 20 62 79 20 |5, published by | 000002a0 45 55 47 0d 20 20 20 20 20 20 20 20 20 20 20 20 |EUG. | 000002b0 20 20 44 65 63 65 6d 62 65 72 20 31 39 39 35 20 | December 1995 | 000002c0 20 20 20 20 20 20 20 20 20 20 0d 0d 54 68 65 20 | ..The | 000002d0 20 75 6c 74 69 6d 61 74 65 20 20 61 69 6d 20 6f | ultimate aim o| 000002e0 66 20 74 68 65 20 67 61 6d 65 20 69 73 20 74 6f |f the game is to| 000002f0 20 74 72 61 6e 73 70 6f 73 65 20 74 68 65 20 62 | transpose the b| 00000300 6c 75 65 20 61 6e 64 20 77 68 69 74 65 20 63 6f |lue and white co| 00000310 75 6e 74 65 72 73 0d 6f 6e 20 74 68 65 20 70 6c |unters.on the pl| 00000320 61 79 69 6e 67 20 20 62 6f 61 72 64 2c 20 20 73 |aying board, s| 00000330 6f 20 20 74 68 61 74 20 20 74 68 65 20 62 6c 75 |o that the blu| 00000340 65 20 63 6f 75 6e 74 65 72 73 20 65 6e 64 20 75 |e counters end u| 00000350 70 20 6f 6e 20 74 68 65 20 72 69 67 68 74 2c 20 |p on the right, | 00000360 61 0d 62 6c 61 6e 6b 20 69 73 20 6c 65 66 74 20 |a.blank is left | 00000370 69 6e 20 74 68 65 20 63 65 6e 74 72 65 20 68 6f |in the centre ho| 00000380 6c 65 2c 20 20 61 6e 64 20 20 74 68 65 20 20 77 |le, and the w| 00000390 68 69 74 65 20 20 63 6f 75 6e 74 65 72 73 20 65 |hite counters e| 000003a0 6e 64 20 75 70 20 6f 6e 20 74 68 65 0d 6c 65 66 |nd up on the.lef| 000003b0 74 2e 0d 0d 54 68 65 20 20 63 6f 75 6e 74 65 72 |t...The counter| 000003c0 73 20 20 61 72 65 20 20 6d 6f 76 65 64 20 20 75 |s are moved u| 000003d0 73 69 6e 67 20 74 68 65 20 6b 6e 69 67 68 74 27 |sing the knight'| 000003e0 73 20 6d 6f 76 65 2c 20 61 73 20 69 6e 20 63 68 |s move, as in ch| 000003f0 65 73 73 2e 20 20 57 68 65 6e 20 74 68 65 0d 67 |ess. When the.g| 00000400 61 6d 65 20 62 65 67 69 6e 73 2c 20 79 6f 75 20 |ame begins, you | 00000410 77 69 6c 6c 20 62 65 20 20 69 6e 66 6f 72 6d 65 |will be informe| 00000420 64 20 20 6f 66 20 20 74 68 65 20 20 63 75 72 72 |d of the curr| 00000430 65 6e 74 20 20 27 6c 6f 77 20 73 63 6f 72 65 27 |ent 'low score'| 00000440 2e 20 54 68 69 73 20 69 73 0d 73 61 76 65 64 20 |. This is.saved | 00000450 74 6f 20 64 69 73 6b 20 75 6e 64 65 72 20 74 68 |to disk under th| 00000460 65 20 66 69 6c 65 6e 61 6d 65 20 27 4b 4e 6c 6f |e filename 'KNlo| 00000470 77 27 2c 20 61 6e 64 20 77 68 65 6e 20 74 68 65 |w', and when the| 00000480 20 20 66 69 6c 65 20 69 73 20 63 72 65 61 74 65 | file is create| 00000490 64 20 69 73 0d 73 65 74 20 74 6f 20 31 35 30 20 |d is.set to 150 | 000004a0 6d 6f 76 65 73 2e 20 49 66 20 61 6e 64 20 77 68 |moves. If and wh| 000004b0 65 6e 20 79 6f 75 20 63 6f 6d 70 6c 65 74 65 20 |en you complete | 000004c0 74 68 65 20 67 61 6d 65 20 20 69 6e 20 20 61 20 |the game in a | 000004d0 6c 6f 77 65 72 20 6e 75 6d 62 65 72 20 6f 66 0d |lower number of.| 000004e0 6d 6f 76 65 73 20 69 74 20 77 69 6c 6c 20 62 65 |moves it will be| 000004f0 20 73 61 76 65 64 20 69 6e 74 6f 20 74 68 69 73 | saved into this| 00000500 20 66 69 6c 65 2e 20 54 6f 20 73 74 61 72 74 20 | file. To start | 00000510 74 68 65 20 67 61 6d 65 20 6a 75 73 74 20 20 70 |the game just p| 00000520 72 65 73 73 20 61 20 6b 65 79 0d 61 6e 64 20 74 |ress a key.and t| 00000530 68 65 20 6d 6f 76 65 20 6e 75 6d 62 65 72 20 77 |he move number w| 00000540 69 6c 6c 20 20 62 65 20 20 69 6e 63 72 65 6d 65 |ill be increme| 00000550 6e 74 65 64 20 20 74 6f 20 20 6f 6e 65 2e 20 20 |nted to one. | 00000560 54 68 69 73 20 69 73 20 61 75 74 6f 6d 61 74 69 |This is automati| 00000570 63 61 6c 6c 79 0d 75 70 64 61 74 65 64 20 20 74 |cally.updated t| 00000580 68 72 6f 75 67 68 6f 75 74 20 74 68 65 20 67 61 |hroughout the ga| 00000590 6d 65 2e 20 41 20 77 68 69 74 65 20 68 69 67 68 |me. A white high| 000005a0 6c 69 67 68 74 20 77 69 6c 6c 20 61 70 70 65 61 |light will appea| 000005b0 72 20 6f 6e 20 20 74 68 65 20 20 66 69 72 73 74 |r on the first| 000005c0 0d 70 69 65 63 65 20 74 68 61 74 20 20 79 6f 75 |.piece that you| 000005d0 20 20 63 61 6e 20 20 6d 6f 76 65 2e 20 50 72 65 | can move. Pre| 000005e0 73 73 20 3c 53 50 41 43 45 42 41 52 3e 20 74 6f |ss <SPACEBAR> to| 000005f0 20 6d 6f 76 65 20 74 68 69 73 20 68 69 67 68 6c | move this highl| 00000600 69 67 68 74 20 61 72 6f 75 6e 64 0d 6f 6e 74 6f |ight around.onto| 00000610 20 65 61 63 68 20 6f 66 20 74 68 65 20 70 69 65 | each of the pie| 00000620 63 65 73 20 20 61 6e 64 20 20 74 68 65 6e 20 20 |ces and then | 00000630 62 61 63 6b 20 74 6f 20 74 68 65 20 66 69 72 73 |back to the firs| 00000640 74 2e 20 49 66 20 74 68 65 20 68 69 67 68 6c 69 |t. If the highli| 00000650 67 68 74 20 69 73 0d 61 70 70 65 61 72 69 6e 67 |ght is.appearing| 00000660 20 6f 6e 20 61 20 62 6c 75 65 20 63 6f 75 6e 74 | on a blue count| 00000670 65 72 2c 20 74 68 65 6e 20 69 74 20 69 73 20 20 |er, then it is | 00000680 63 6f 6c 6f 75 72 65 64 20 77 68 69 74 65 2c 20 |coloured white, | 00000690 61 6e 64 20 69 66 20 69 74 20 69 73 20 6f 6e 20 |and if it is on | 000006a0 61 0d 77 68 69 74 65 20 63 6f 75 6e 74 65 72 20 |a.white counter | 000006b0 69 74 20 69 73 20 63 6f 6c 6f 75 72 65 64 20 62 |it is coloured b| 000006c0 6c 75 65 2e 20 20 57 68 65 6e 20 79 6f 75 20 68 |lue. When you h| 000006d0 61 76 65 20 20 73 65 6c 65 63 74 65 64 20 20 74 |ave selected t| 000006e0 68 65 20 70 69 65 63 65 20 79 6f 75 0d 77 69 73 |he piece you.wis| 000006f0 68 20 20 74 6f 20 20 6d 6f 76 65 20 20 70 72 65 |h to move pre| 00000700 73 73 20 20 3c 52 45 54 55 52 4e 3e 2c 20 61 6e |ss <RETURN>, an| 00000710 64 20 74 68 65 20 68 69 67 68 6c 69 67 68 74 65 |d the highlighte| 00000720 64 20 63 6f 75 6e 74 65 72 20 77 69 6c 6c 20 62 |d counter will b| 00000730 65 20 6d 6f 76 65 64 0d 69 6e 74 6f 20 74 68 65 |e moved.into the| 00000740 20 62 6c 61 6e 6b 20 68 6f 6c 65 2e 20 54 68 65 | blank hole. The| 00000750 20 20 68 69 67 68 6c 69 67 68 74 20 20 77 69 6c | highlight wil| 00000760 6c 20 20 6f 6e 6c 79 20 61 70 70 65 61 72 20 6f |l only appear o| 00000770 6e 20 63 6f 75 6e 74 65 72 73 20 79 6f 75 20 61 |n counters you a| 00000780 72 65 0d 61 62 6c 65 20 74 6f 20 6d 6f 76 65 2c |re.able to move,| 00000790 20 73 6f 20 69 6c 6c 65 67 61 6c 20 6d 6f 76 65 | so illegal move| 000007a0 73 20 61 72 65 2c 20 69 6e 20 66 61 63 74 2c 20 |s are, in fact, | 000007b0 69 6d 70 6f 73 73 69 62 6c 65 2e 0d 0d 41 74 20 |impossible...At | 000007c0 74 68 65 20 65 6e 64 20 6f 66 20 65 76 65 72 79 |the end of every| 000007d0 20 6d 6f 76 65 2c 20 74 68 65 20 62 6f 61 72 64 | move, the board| 000007e0 20 77 69 6c 6c 20 62 65 20 73 63 61 6e 6e 65 64 | will be scanned| 000007f0 20 74 6f 20 63 68 65 63 6b 20 74 6f 20 73 65 65 | to check to see| 00000800 20 69 66 20 74 68 65 0d 67 61 6d 65 20 68 61 73 | if the.game has| 00000810 20 62 65 65 6e 20 63 6f 6d 70 6c 65 74 65 64 2e | been completed.| 00000820 20 49 66 20 73 6f 2c 20 74 68 65 6e 20 74 68 65 | If so, then the| 00000830 20 63 6f 6d 70 75 74 65 72 20 77 69 6c 6c 20 63 | computer will c| 00000840 68 65 63 6b 20 74 6f 20 73 65 65 20 69 66 20 79 |heck to see if y| 00000850 6f 75 0d 68 61 76 65 20 67 6f 74 20 74 68 65 20 |ou.have got the | 00000860 63 75 72 72 65 6e 74 20 20 6c 6f 77 20 73 63 6f |current low sco| 00000870 72 65 2e 20 49 74 20 77 69 6c 6c 20 62 65 20 73 |re. It will be s| 00000880 61 76 65 64 20 74 6f 20 64 69 73 6b 20 69 66 20 |aved to disk if | 00000890 79 6f 75 20 68 61 76 65 2c 20 61 6e 64 0d 79 6f |you have, and.yo| 000008a0 75 20 77 69 6c 6c 20 62 65 20 69 6e 66 6f 72 6d |u will be inform| 000008b0 65 64 20 6f 66 20 20 74 68 65 20 20 70 72 65 76 |ed of the prev| 000008c0 69 6f 75 73 20 6c 6f 77 65 73 74 20 6e 75 6d 62 |ious lowest numb| 000008d0 65 72 20 6f 66 20 6d 6f 76 65 73 2e 20 49 66 20 |er of moves. If | 000008e0 79 6f 75 20 68 61 76 65 0d 6e 6f 74 20 61 63 68 |you have.not ach| 000008f0 69 65 76 65 64 20 74 68 69 73 2c 20 74 68 65 6e |ieved this, then| 00000900 20 79 6f 75 20 77 69 6c 6c 20 62 65 20 74 6f 6c | you will be tol| 00000910 64 20 77 68 61 74 20 74 68 65 20 63 75 72 72 65 |d what the curre| 00000920 6e 74 20 6c 6f 77 20 73 63 6f 72 65 20 69 73 2e |nt low score is.| 00000930 0d 0d 54 68 69 73 20 67 61 6d 65 20 69 73 20 68 |..This game is h| 00000940 65 6c 64 20 75 6e 64 65 72 20 20 63 6f 70 79 72 |eld under copyr| 00000950 69 67 68 74 2e 20 20 54 68 69 73 20 20 63 6f 70 |ight. This cop| 00000960 79 72 69 67 68 74 20 20 61 67 72 65 65 6d 65 6e |yright agreemen| 00000970 74 20 61 6c 6c 6f 77 73 20 74 68 65 0d 6f 77 6e |t allows the.own| 00000980 65 72 20 6f 66 20 74 68 69 73 20 76 65 72 73 69 |er of this versi| 00000990 6f 6e 20 74 6f 20 20 75 73 65 20 20 69 74 2c 20 |on to use it, | 000009a0 20 75 70 64 61 74 65 20 69 74 20 61 6e 64 20 72 | update it and r| 000009b0 65 64 69 73 74 72 69 62 75 74 65 20 69 74 20 61 |edistribute it a| 000009c0 73 20 68 65 20 6f 72 0d 68 65 72 20 77 69 73 68 |s he or.her wish| 000009d0 65 73 2e 20 49 66 20 72 65 64 69 73 74 72 69 62 |es. If redistrib| 000009e0 75 74 69 6e 67 20 76 31 2e 30 2c 20 74 68 65 20 |uting v1.0, the | 000009f0 66 6f 6c 6c 6f 77 69 6e 67 20 66 69 6c 65 73 20 |following files | 00000a00 6d 75 73 74 20 62 65 20 69 6e 63 6c 75 64 65 64 |must be included| 00000a10 3a 0d 0d 20 20 20 20 20 4b 4e 49 47 48 54 53 20 |:.. KNIGHTS | 00000a20 20 2d 20 20 54 68 65 20 67 61 6d 65 20 73 6f 75 | - The game sou| 00000a30 72 63 65 20 63 6f 64 65 0d 20 20 20 20 20 4b 4e |rce code. KN| 00000a40 73 63 72 20 20 20 20 2d 20 20 49 6e 2d 67 61 6d |scr - In-gam| 00000a50 65 20 73 63 72 65 65 6e 20 64 69 73 70 6c 61 79 |e screen display| 00000a60 0d 20 20 20 20 20 4b 4e 74 78 74 20 20 20 20 2d |. KNtxt -| 00000a70 20 20 49 6e 73 74 72 75 63 74 69 6f 6e 73 20 61 | Instructions a| 00000a80 6e 64 20 63 6f 6e 64 69 74 69 6f 6e 73 0d 0d 49 |nd conditions..I| 00000a90 66 20 74 68 65 20 75 73 65 72 20 77 69 73 68 65 |f the user wishe| 00000aa0 73 2c 20 68 65 20 20 6d 61 79 20 20 75 70 64 61 |s, he may upda| 00000ab0 74 65 20 20 61 6e 79 20 6f 72 20 61 6c 6c 20 6f |te any or all o| 00000ac0 66 20 74 68 65 20 67 61 6d 65 20 63 6f 64 65 2c |f the game code,| 00000ad0 20 62 75 74 20 6d 75 73 74 0d 67 69 76 65 20 61 | but must.give a| 00000ae0 64 65 71 75 61 74 65 20 63 72 65 64 69 74 73 20 |dequate credits | 00000af0 61 73 20 74 6f 20 74 68 65 20 6f 72 69 67 69 6e |as to the origin| 00000b00 61 6c 20 77 6f 72 6b 2c 20 20 61 6e 64 20 20 61 |al work, and a| 00000b10 75 74 68 6f 72 2e 20 20 49 66 20 20 74 68 65 20 |uthor. If the | 00000b20 67 61 6d 65 0d 63 6f 64 65 20 20 69 73 20 20 75 |game.code is u| 00000b30 70 64 61 74 65 64 2c 20 20 74 68 65 6e 20 74 68 |pdated, then th| 00000b40 65 20 74 77 6f 20 70 65 72 69 70 68 65 72 79 20 |e two periphery | 00000b50 66 69 6c 65 73 20 6d 61 79 20 62 65 20 61 6c 74 |files may be alt| 00000b60 65 72 65 64 20 6f 72 20 64 75 6d 70 65 64 2e 0d |ered or dumped..| 00000b70 54 68 65 20 61 75 74 68 6f 72 20 69 73 20 68 65 |The author is he| 00000b80 6c 64 20 61 74 20 6e 6f 20 6c 69 61 62 69 6c 69 |ld at no liabili| 00000b90 74 79 20 77 68 61 74 73 6f 65 76 65 72 20 61 73 |ty whatsoever as| 00000ba0 20 74 6f 20 74 68 65 20 73 75 62 73 65 71 75 65 | to the subseque| 00000bb0 6e 74 20 75 73 65 73 20 6f 66 0d 74 68 69 73 20 |nt uses of.this | 00000bc0 77 6f 72 6b 2e 0d 0d 57 68 65 6e 20 74 68 65 20 |work...When the | 00000bd0 67 61 6d 65 20 69 73 20 69 6e 73 74 61 6c 6c 65 |game is installe| 00000be0 64 20 20 74 6f 20 20 61 20 20 6e 65 77 20 20 64 |d to a new d| 00000bf0 69 73 6b 2c 20 74 68 65 20 66 69 6c 65 20 27 4b |isk, the file 'K| 00000c00 4e 6c 6f 77 27 20 6e 65 65 64 20 6e 6f 74 20 62 |Nlow' need not b| 00000c10 65 0d 63 6f 70 69 65 64 2e 20 49 66 20 79 6f 75 |e.copied. If you| 00000c20 20 64 6f 20 6e 6f 74 20 63 6f 70 79 20 69 74 2c | do not copy it,| 00000c30 20 74 68 65 6e 20 77 68 65 6e 20 74 68 65 20 67 | then when the g| 00000c40 61 6d 65 20 69 73 20 72 75 6e 2c 20 74 68 65 20 |ame is run, the | 00000c50 66 69 6c 65 20 77 69 6c 6c 20 62 65 0d 63 72 65 |file will be.cre| 00000c60 61 74 65 64 20 77 69 74 68 20 74 68 65 20 6c 6f |ated with the lo| 00000c70 77 20 73 63 6f 72 65 20 73 65 74 20 74 6f 20 31 |w score set to 1| 00000c80 35 30 2e 0d 0d 52 6f 73 73 20 4c 69 74 74 6c 65 |50...Ross Little| 00000c90 0d 4e 6f 76 65 6d 62 65 72 20 31 39 39 35 0d |.November 1995.| 00000c9f