Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_51.ADF » G/PATMENU
G/PATMENU
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_51.ADF |
Filename: | G/PATMENU |
Read OK: | ✔ |
File size: | 0E09 bytes |
Load address: | FFFF0E00 |
Exec address: | FFFF802B |
Duplicates
There are 2 duplicate copies of this file in the archive:
- AEW website » eug » eug_3_5_discs_Eug-51_A-EUG51.adf » G/PATMENU
- AEW website » eug » eug_5_25_discs_Eug-51_D-EUG51.dsd » G.PATMENU
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_51.ADF » G/PATMENU
File contents
10REM ************************** 20REM Patience Game Menu + Chars 30REM By R.A.Dimond 40REM (c) March 2000 50REM ************************** 60ONERRORMODE6:REPORT:PRINT" at line ";ERL:END 70MODE6:VDU23;8202;0;0;0;19,0,4;0;19,1,7;0;:*FX200 0 80PROCchars 90PRINTTAB(12,1)"PATIENCE GAMES" 100PRINTTAB(12,2)"~~~~~~~~~~~~~~" 110PRINTTAB(11,3)"by Richard Dimond" 120PRINT'TAB(3);"Please select -" 130COLOUR3:PRINT'TAB(8)"1. Beleaguered Castle" 140PRINT'TAB(8)"2. Blackhole" 150PRINT'TAB(8)"3. Scorpion" 160REPEAT:a%=INSTR("123",GET$):UNTILa% 170IFa%=1 f$="G.CASTLE" 180IFa%=2 f$="G.BLKHOL" 190IFa%=3 f$="G.SCORPIO" 200PRINT''TAB(5);"Do you want instructions? (Y/N)" 210REPEAT:b%=INSTR("YyNn",GET$):UNTILb% 220IFb%<3 ANDa%=1 PROCcastle ELSEIFb%<3 ANDa%=2 PROCblkhol ELSEIFb%<3 ANDa%=3 PROCscorp 230MODE6:VDU23;8202;0;0;0;:CHAINf$ 240END 250: 260DEFPROCspace 270PRINTTAB(10,24)"Press SPACE to play"; 280REPEATUNTILINKEY-99:ENDPROC 290: 300DEFPROCchars 310VDU23,224,54,127,127,127,62,28,8,0 320VDU23,225,8,28,62,127,127,127,28,62 330VDU23,226,0,8,28,62,127,62,28,8 340VDU23,227,8,28,28,107,127,107,8,28 350VDU23,228,128,228,228,244,252,252,252,254 360VDU23,229,78,91,81,81,81,91,78,0 370VDU23,230,0,127,127,127,127,127,127,127 380VDU23,231,0,255,255,255,255,255,255,255 390VDU23,232,0,254,254,254,254,254,254,254 400VDU23,233,254,254,254,254,254,254,254,254 410VDU23,234,254,254,254,254,254,254,254,0 420VDU23,235,255,255,255,255,255,255,255,0 430VDU23,236,127,127,127,127,127,127,127,0 440VDU23,237,127,127,127,127,127,127,127,127 450VDU23,238,127,63,63,63,47,39,39,1 460VDU23,239,0,0,0,0,0,24,24,0 470VDU23,240,0,102,102,0,0,0,0,0 480VDU23,241,0,102,102,0,0,24,24,0 490VDU23,242,0,0,0,127,127,127,60,127 500VDU23,243,0,0,0,60,127,127,127,127 510VDU23,244,0,0,0,219,219,127,127,127 520VDU23,245,0,0,0,0,0,0,0,3 530VDU23,246,129,165,165,129,189,129,126,129 540VDU23,247,0,0,0,0,0,0,0,192 550VDU23,248,1,3,3,3,3,3,3,1 560VDU23,249,165,90,165,90,90,165,90,165 570VDU23,250,129,66,165,90,90,165,90,129 580VDU23,251,0,255,0,255,255,0,255,0 590VDU23,252,128,192,192,192,192,192,192,128 600VDU23,253,255,127,0,0,0,0,0,0 610ENDPROC 620: 630DEFPROCcastle 640CLS:PRINTTAB(11,1)"Beleaguered Castle" 650PRINTTAB(11,2)"~~~~~~~~~~~~~~~~~~" 660PRINTTAB(0,4)"You must build up each suit in order"'"on the aces from the packs A to H." 670PRINT'"You can only move the top card from eachstack. These may be moved :-"'" a. On to the Aces in Suit sequence,"'" b. On to another stack in descending sequence regardless of suit, or" 680PRINT" c. On to an empty stack."''"To move - Press the keys corresponding to letters or numbers of the stacks." 690PRINT'"If you are stuck, you may go back"'"up to six moves by pressing 'U' or"'"press <ESCAPE> for a new deal." 700PROCspace 710ENDPROC 720: 730DEFPROCblkhol 740CLS:PRINTTAB(15,1)"Blackhole" 750PRINTTAB(15,2);"~~~~~~~~~" 760PRINT'"Build up the cards on the Ace of Spades - the Black Hole - in the centre of the display." 770PRINT'"You may play a card one higher or lower than the card in the centre, a King can be followed Ace or Queen and an Ace by a King or two." 780PRINT'"To play a card, press the letter againstthe card you wish to play." 790PRINT'"You may enter a Deal number or Press RETURN only for a randon deal." 800PROCspace 810ENDPROC 820: 830DEFPROCscorp 840CLS:PRINTTAB(16,1)"Scorpion" 850PRINTTAB(16,2)"~~~~~~~~" 860PRINTTAB(7,3)"Modified by Richard Dimond" 870PRINTTAB(5,4)"from the game by Michael Leete" 880PRINT'"Build the Tableau in descending values" 890PRINT"of the same suit. Transfer cards from" 900PRINT"column to column by typing the number" 910PRINT"of the 'source' column followed by the" 920PRINT"number of the 'target' column." 930PRINT'"Empty columns may be filled with Kings"'"at will. All the cards below them"'"go too." 940PRINT'"When a King is moved, you are asked to":PRINT"type the suit you want, in sequence." 950PRINT'"If a column becomes longer than twenty-":PRINT"one cards, it is continued on the right":PRINT"hand side of the screen." 960PROCspace 970ENDPROC
� ************************** � Patience Game Menu + Chars � By R.A.Dimond (� (c) March 2000 2 � ************************** <��6:�:�" at line ";�:� F1�6:�23;8202;0;0;0;19,0,4;0;19,1,7;0;:*FX200 0 P �chars Z�12,1)"PATIENCE GAMES" d�12,2)"~~~~~~~~~~~~~~" n�11,3)"by Richard Dimond" x�'�3);"Please select -" �#�3:�'�8)"1. Beleaguered Castle" ��'�8)"2. Blackhole" ��'�8)"3. Scorpion" ��:a%=�"123",�):�a% ��a%=1 f$="G.CASTLE" ��a%=2 f$="G.BLKHOL" ��a%=3 f$="G.SCORPIO" �,�''�5);"Do you want instructions? (Y/N)" ��:b%=�"YyNn",�):�b% �@�b%<3 �a%=1 �castle ��b%<3 �a%=2 �blkhol ��b%<3 �a%=3 �scorp ��6:�23;8202;0;0;0;:�f$ �� �: ��space "�10,24)"Press SPACE to play"; ���-99:� ": ,��chars 6$�23,224,54,127,127,127,62,28,8,0 @%�23,225,8,28,62,127,127,127,28,62 J!�23,226,0,8,28,62,127,62,28,8 T$�23,227,8,28,28,107,127,107,8,28 ^+�23,228,128,228,228,244,252,252,252,254 h"�23,229,78,91,81,81,81,91,78,0 r)�23,230,0,127,127,127,127,127,127,127 |)�23,231,0,255,255,255,255,255,255,255 �)�23,232,0,254,254,254,254,254,254,254 �+�23,233,254,254,254,254,254,254,254,254 �)�23,234,254,254,254,254,254,254,254,0 �)�23,235,255,255,255,255,255,255,255,0 �)�23,236,127,127,127,127,127,127,127,0 �+�23,237,127,127,127,127,127,127,127,127 �#�23,238,127,63,63,63,47,39,39,1 ��23,239,0,0,0,0,0,24,24,0 ��23,240,0,102,102,0,0,0,0,0 �!�23,241,0,102,102,0,0,24,24,0 �$�23,242,0,0,0,127,127,127,60,127 �$�23,243,0,0,0,60,127,127,127,127 �%�23,244,0,0,0,219,219,127,127,127 �23,245,0,0,0,0,0,0,0,3 +�23,246,129,165,165,129,189,129,126,129 �23,247,0,0,0,0,0,0,0,192 &�23,248,1,3,3,3,3,3,3,1 0'�23,249,165,90,165,90,90,165,90,165 :'�23,250,129,66,165,90,90,165,90,129 D#�23,251,0,255,0,255,255,0,255,0 N+�23,252,128,192,192,192,192,192,192,128 X�23,253,255,127,0,0,0,0,0,0 b� l: v��castle �!�:�11,1)"Beleaguered Castle" ��11,2)"~~~~~~~~~~~~~~~~~~" �U�0,4)"You must build up each suit in order"'"on the aces from the packs A to H." ���'"You can only move the top card from eachstack. These may be moved :-"'" a. On to the Aces in Suit sequence,"'" b. On to another stack in descending sequence regardless of suit, or" �r�" c. On to an empty stack."''"To move - Press the keys corresponding to letters or numbers of the stacks." �o�'"If you are stuck, you may go back"'"up to six moves by pressing 'U' or"'"press <ESCAPE> for a new deal." � �space �� �: ���blkhol ��:�15,1)"Blackhole" ��15,2);"~~~~~~~~~" �`�'"Build up the cards on the Ace of Spades - the Black Hole - in the centre of the display." ��'"You may play a card one higher or lower than the card in the centre, a King can be followed Ace or Queen and an Ace by a King or two." J�'"To play a card, press the letter againstthe card you wish to play." N�'"You may enter a Deal number or Press RETURN only for a randon deal." �space *� 4: >��scorp H�:�16,1)"Scorpion" R�16,2)"~~~~~~~~" \&�7,3)"Modified by Richard Dimond" f*�5,4)"from the game by Michael Leete" p.�'"Build the Tableau in descending values" z-�"of the same suit. Transfer cards from" �,�"column to column by typing the number" �-�"of the 'source' column followed by the" �%�"number of the 'target' column." �]�'"Empty columns may be filled with Kings"'"at will. All the cards below them"'"go too." �V�'"When a King is moved, you are asked to":�"type the suit you want, in sequence." �v�'"If a column becomes longer than twenty-":�"one cards, it is continued on the right":�"hand side of the screen." � �space �� �
00000000 0d 00 0a 20 f4 20 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |... . **********| 00000010 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00000020 0d 00 14 20 f4 20 50 61 74 69 65 6e 63 65 20 47 |... . Patience G| 00000030 61 6d 65 20 4d 65 6e 75 20 2b 20 43 68 61 72 73 |ame Menu + Chars| 00000040 0d 00 1e 13 f4 20 42 79 20 52 2e 41 2e 44 69 6d |..... By R.A.Dim| 00000050 6f 6e 64 0d 00 28 14 f4 20 28 63 29 20 4d 61 72 |ond..(.. (c) Mar| 00000060 63 68 20 32 30 30 30 0d 00 32 20 f4 20 2a 2a 2a |ch 2000..2 . ***| 00000070 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00000080 2a 2a 2a 2a 2a 2a 2a 0d 00 3c 1b ee 85 eb 36 3a |*******..<....6:| 00000090 f6 3a f1 22 20 61 74 20 6c 69 6e 65 20 22 3b 9e |.:." at line ";.| 000000a0 3a e0 0d 00 46 31 eb 36 3a ef 32 33 3b 38 32 30 |:...F1.6:.23;820| 000000b0 32 3b 30 3b 30 3b 30 3b 31 39 2c 30 2c 34 3b 30 |2;0;0;0;19,0,4;0| 000000c0 3b 31 39 2c 31 2c 37 3b 30 3b 3a 2a 46 58 32 30 |;19,1,7;0;:*FX20| 000000d0 30 20 30 0d 00 50 0a f2 63 68 61 72 73 0d 00 5a |0 0..P..chars..Z| 000000e0 1b f1 8a 31 32 2c 31 29 22 50 41 54 49 45 4e 43 |...12,1)"PATIENC| 000000f0 45 20 47 41 4d 45 53 22 0d 00 64 1b f1 8a 31 32 |E GAMES"..d...12| 00000100 2c 32 29 22 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |,2)"~~~~~~~~~~~~| 00000110 7e 7e 22 0d 00 6e 1e f1 8a 31 31 2c 33 29 22 62 |~~"..n...11,3)"b| 00000120 79 20 52 69 63 68 61 72 64 20 44 69 6d 6f 6e 64 |y Richard Dimond| 00000130 22 0d 00 78 1b f1 27 8a 33 29 3b 22 50 6c 65 61 |"..x..'.3);"Plea| 00000140 73 65 20 73 65 6c 65 63 74 20 2d 22 0d 00 82 23 |se select -"...#| 00000150 fb 33 3a f1 27 8a 38 29 22 31 2e 20 42 65 6c 65 |.3:.'.8)"1. Bele| 00000160 61 67 75 65 72 65 64 20 43 61 73 74 6c 65 22 0d |aguered Castle".| 00000170 00 8c 17 f1 27 8a 38 29 22 32 2e 20 42 6c 61 63 |....'.8)"2. Blac| 00000180 6b 68 6f 6c 65 22 0d 00 96 16 f1 27 8a 38 29 22 |khole".....'.8)"| 00000190 33 2e 20 53 63 6f 72 70 69 6f 6e 22 0d 00 a0 16 |3. Scorpion"....| 000001a0 f5 3a 61 25 3d a7 22 31 32 33 22 2c be 29 3a fd |.:a%=."123",.):.| 000001b0 61 25 0d 00 aa 17 e7 61 25 3d 31 20 66 24 3d 22 |a%.....a%=1 f$="| 000001c0 47 2e 43 41 53 54 4c 45 22 0d 00 b4 17 e7 61 25 |G.CASTLE".....a%| 000001d0 3d 32 20 66 24 3d 22 47 2e 42 4c 4b 48 4f 4c 22 |=2 f$="G.BLKHOL"| 000001e0 0d 00 be 18 e7 61 25 3d 33 20 66 24 3d 22 47 2e |.....a%=3 f$="G.| 000001f0 53 43 4f 52 50 49 4f 22 0d 00 c8 2c f1 27 27 8a |SCORPIO"...,.''.| 00000200 35 29 3b 22 44 6f 20 79 6f 75 20 77 61 6e 74 20 |5);"Do you want | 00000210 69 6e 73 74 72 75 63 74 69 6f 6e 73 3f 20 28 59 |instructions? (Y| 00000220 2f 4e 29 22 0d 00 d2 17 f5 3a 62 25 3d a7 22 59 |/N)".....:b%=."Y| 00000230 79 4e 6e 22 2c be 29 3a fd 62 25 0d 00 dc 40 e7 |yNn",.):.b%...@.| 00000240 62 25 3c 33 20 80 61 25 3d 31 20 f2 63 61 73 74 |b%<3 .a%=1 .cast| 00000250 6c 65 20 8b e7 62 25 3c 33 20 80 61 25 3d 32 20 |le ..b%<3 .a%=2 | 00000260 f2 62 6c 6b 68 6f 6c 20 8b e7 62 25 3c 33 20 80 |.blkhol ..b%<3 .| 00000270 61 25 3d 33 20 f2 73 63 6f 72 70 0d 00 e6 1a eb |a%=3 .scorp.....| 00000280 36 3a ef 32 33 3b 38 32 30 32 3b 30 3b 30 3b 30 |6:.23;8202;0;0;0| 00000290 3b 3a d7 66 24 0d 00 f0 05 e0 0d 00 fa 05 3a 0d |;:.f$.........:.| 000002a0 01 04 0b dd f2 73 70 61 63 65 0d 01 0e 22 f1 8a |.....space..."..| 000002b0 31 30 2c 32 34 29 22 50 72 65 73 73 20 53 50 41 |10,24)"Press SPA| 000002c0 43 45 20 74 6f 20 70 6c 61 79 22 3b 0d 01 18 0c |CE to play";....| 000002d0 f5 fd a6 2d 39 39 3a e1 0d 01 22 05 3a 0d 01 2c |...-99:...".:..,| 000002e0 0b dd f2 63 68 61 72 73 0d 01 36 24 ef 32 33 2c |...chars..6$.23,| 000002f0 32 32 34 2c 35 34 2c 31 32 37 2c 31 32 37 2c 31 |224,54,127,127,1| 00000300 32 37 2c 36 32 2c 32 38 2c 38 2c 30 0d 01 40 25 |27,62,28,8,0..@%| 00000310 ef 32 33 2c 32 32 35 2c 38 2c 32 38 2c 36 32 2c |.23,225,8,28,62,| 00000320 31 32 37 2c 31 32 37 2c 31 32 37 2c 32 38 2c 36 |127,127,127,28,6| 00000330 32 0d 01 4a 21 ef 32 33 2c 32 32 36 2c 30 2c 38 |2..J!.23,226,0,8| 00000340 2c 32 38 2c 36 32 2c 31 32 37 2c 36 32 2c 32 38 |,28,62,127,62,28| 00000350 2c 38 0d 01 54 24 ef 32 33 2c 32 32 37 2c 38 2c |,8..T$.23,227,8,| 00000360 32 38 2c 32 38 2c 31 30 37 2c 31 32 37 2c 31 30 |28,28,107,127,10| 00000370 37 2c 38 2c 32 38 0d 01 5e 2b ef 32 33 2c 32 32 |7,8,28..^+.23,22| 00000380 38 2c 31 32 38 2c 32 32 38 2c 32 32 38 2c 32 34 |8,128,228,228,24| 00000390 34 2c 32 35 32 2c 32 35 32 2c 32 35 32 2c 32 35 |4,252,252,252,25| 000003a0 34 0d 01 68 22 ef 32 33 2c 32 32 39 2c 37 38 2c |4..h".23,229,78,| 000003b0 39 31 2c 38 31 2c 38 31 2c 38 31 2c 39 31 2c 37 |91,81,81,81,91,7| 000003c0 38 2c 30 0d 01 72 29 ef 32 33 2c 32 33 30 2c 30 |8,0..r).23,230,0| 000003d0 2c 31 32 37 2c 31 32 37 2c 31 32 37 2c 31 32 37 |,127,127,127,127| 000003e0 2c 31 32 37 2c 31 32 37 2c 31 32 37 0d 01 7c 29 |,127,127,127..|)| 000003f0 ef 32 33 2c 32 33 31 2c 30 2c 32 35 35 2c 32 35 |.23,231,0,255,25| 00000400 35 2c 32 35 35 2c 32 35 35 2c 32 35 35 2c 32 35 |5,255,255,255,25| 00000410 35 2c 32 35 35 0d 01 86 29 ef 32 33 2c 32 33 32 |5,255...).23,232| 00000420 2c 30 2c 32 35 34 2c 32 35 34 2c 32 35 34 2c 32 |,0,254,254,254,2| 00000430 35 34 2c 32 35 34 2c 32 35 34 2c 32 35 34 0d 01 |54,254,254,254..| 00000440 90 2b ef 32 33 2c 32 33 33 2c 32 35 34 2c 32 35 |.+.23,233,254,25| 00000450 34 2c 32 35 34 2c 32 35 34 2c 32 35 34 2c 32 35 |4,254,254,254,25| 00000460 34 2c 32 35 34 2c 32 35 34 0d 01 9a 29 ef 32 33 |4,254,254...).23| 00000470 2c 32 33 34 2c 32 35 34 2c 32 35 34 2c 32 35 34 |,234,254,254,254| 00000480 2c 32 35 34 2c 32 35 34 2c 32 35 34 2c 32 35 34 |,254,254,254,254| 00000490 2c 30 0d 01 a4 29 ef 32 33 2c 32 33 35 2c 32 35 |,0...).23,235,25| 000004a0 35 2c 32 35 35 2c 32 35 35 2c 32 35 35 2c 32 35 |5,255,255,255,25| 000004b0 35 2c 32 35 35 2c 32 35 35 2c 30 0d 01 ae 29 ef |5,255,255,0...).| 000004c0 32 33 2c 32 33 36 2c 31 32 37 2c 31 32 37 2c 31 |23,236,127,127,1| 000004d0 32 37 2c 31 32 37 2c 31 32 37 2c 31 32 37 2c 31 |27,127,127,127,1| 000004e0 32 37 2c 30 0d 01 b8 2b ef 32 33 2c 32 33 37 2c |27,0...+.23,237,| 000004f0 31 32 37 2c 31 32 37 2c 31 32 37 2c 31 32 37 2c |127,127,127,127,| 00000500 31 32 37 2c 31 32 37 2c 31 32 37 2c 31 32 37 0d |127,127,127,127.| 00000510 01 c2 23 ef 32 33 2c 32 33 38 2c 31 32 37 2c 36 |..#.23,238,127,6| 00000520 33 2c 36 33 2c 36 33 2c 34 37 2c 33 39 2c 33 39 |3,63,63,47,39,39| 00000530 2c 31 0d 01 cc 1d ef 32 33 2c 32 33 39 2c 30 2c |,1.....23,239,0,| 00000540 30 2c 30 2c 30 2c 30 2c 32 34 2c 32 34 2c 30 0d |0,0,0,0,24,24,0.| 00000550 01 d6 1f ef 32 33 2c 32 34 30 2c 30 2c 31 30 32 |....23,240,0,102| 00000560 2c 31 30 32 2c 30 2c 30 2c 30 2c 30 2c 30 0d 01 |,102,0,0,0,0,0..| 00000570 e0 21 ef 32 33 2c 32 34 31 2c 30 2c 31 30 32 2c |.!.23,241,0,102,| 00000580 31 30 32 2c 30 2c 30 2c 32 34 2c 32 34 2c 30 0d |102,0,0,24,24,0.| 00000590 01 ea 24 ef 32 33 2c 32 34 32 2c 30 2c 30 2c 30 |..$.23,242,0,0,0| 000005a0 2c 31 32 37 2c 31 32 37 2c 31 32 37 2c 36 30 2c |,127,127,127,60,| 000005b0 31 32 37 0d 01 f4 24 ef 32 33 2c 32 34 33 2c 30 |127...$.23,243,0| 000005c0 2c 30 2c 30 2c 36 30 2c 31 32 37 2c 31 32 37 2c |,0,0,60,127,127,| 000005d0 31 32 37 2c 31 32 37 0d 01 fe 25 ef 32 33 2c 32 |127,127...%.23,2| 000005e0 34 34 2c 30 2c 30 2c 30 2c 32 31 39 2c 32 31 39 |44,0,0,0,219,219| 000005f0 2c 31 32 37 2c 31 32 37 2c 31 32 37 0d 02 08 1b |,127,127,127....| 00000600 ef 32 33 2c 32 34 35 2c 30 2c 30 2c 30 2c 30 2c |.23,245,0,0,0,0,| 00000610 30 2c 30 2c 30 2c 33 0d 02 12 2b ef 32 33 2c 32 |0,0,0,3...+.23,2| 00000620 34 36 2c 31 32 39 2c 31 36 35 2c 31 36 35 2c 31 |46,129,165,165,1| 00000630 32 39 2c 31 38 39 2c 31 32 39 2c 31 32 36 2c 31 |29,189,129,126,1| 00000640 32 39 0d 02 1c 1d ef 32 33 2c 32 34 37 2c 30 2c |29.....23,247,0,| 00000650 30 2c 30 2c 30 2c 30 2c 30 2c 30 2c 31 39 32 0d |0,0,0,0,0,0,192.| 00000660 02 26 1b ef 32 33 2c 32 34 38 2c 31 2c 33 2c 33 |.&..23,248,1,3,3| 00000670 2c 33 2c 33 2c 33 2c 33 2c 31 0d 02 30 27 ef 32 |,3,3,3,3,1..0'.2| 00000680 33 2c 32 34 39 2c 31 36 35 2c 39 30 2c 31 36 35 |3,249,165,90,165| 00000690 2c 39 30 2c 39 30 2c 31 36 35 2c 39 30 2c 31 36 |,90,90,165,90,16| 000006a0 35 0d 02 3a 27 ef 32 33 2c 32 35 30 2c 31 32 39 |5..:'.23,250,129| 000006b0 2c 36 36 2c 31 36 35 2c 39 30 2c 39 30 2c 31 36 |,66,165,90,90,16| 000006c0 35 2c 39 30 2c 31 32 39 0d 02 44 23 ef 32 33 2c |5,90,129..D#.23,| 000006d0 32 35 31 2c 30 2c 32 35 35 2c 30 2c 32 35 35 2c |251,0,255,0,255,| 000006e0 32 35 35 2c 30 2c 32 35 35 2c 30 0d 02 4e 2b ef |255,0,255,0..N+.| 000006f0 32 33 2c 32 35 32 2c 31 32 38 2c 31 39 32 2c 31 |23,252,128,192,1| 00000700 39 32 2c 31 39 32 2c 31 39 32 2c 31 39 32 2c 31 |92,192,192,192,1| 00000710 39 32 2c 31 32 38 0d 02 58 1f ef 32 33 2c 32 35 |92,128..X..23,25| 00000720 33 2c 32 35 35 2c 31 32 37 2c 30 2c 30 2c 30 2c |3,255,127,0,0,0,| 00000730 30 2c 30 2c 30 0d 02 62 05 e1 0d 02 6c 05 3a 0d |0,0,0..b....l.:.| 00000740 02 76 0c dd f2 63 61 73 74 6c 65 0d 02 80 21 db |.v...castle...!.| 00000750 3a f1 8a 31 31 2c 31 29 22 42 65 6c 65 61 67 75 |:..11,1)"Beleagu| 00000760 65 72 65 64 20 43 61 73 74 6c 65 22 0d 02 8a 1f |ered Castle"....| 00000770 f1 8a 31 31 2c 32 29 22 7e 7e 7e 7e 7e 7e 7e 7e |..11,2)"~~~~~~~~| 00000780 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 22 0d 02 94 55 f1 |~~~~~~~~~~"...U.| 00000790 8a 30 2c 34 29 22 59 6f 75 20 6d 75 73 74 20 62 |.0,4)"You must b| 000007a0 75 69 6c 64 20 75 70 20 65 61 63 68 20 73 75 69 |uild up each sui| 000007b0 74 20 69 6e 20 6f 72 64 65 72 22 27 22 6f 6e 20 |t in order"'"on | 000007c0 74 68 65 20 61 63 65 73 20 66 72 6f 6d 20 74 68 |the aces from th| 000007d0 65 20 70 61 63 6b 73 20 41 20 74 6f 20 48 2e 22 |e packs A to H."| 000007e0 0d 02 9e c5 f1 27 22 59 6f 75 20 63 61 6e 20 6f |.....'"You can o| 000007f0 6e 6c 79 20 6d 6f 76 65 20 74 68 65 20 74 6f 70 |nly move the top| 00000800 20 63 61 72 64 20 66 72 6f 6d 20 65 61 63 68 73 | card from eachs| 00000810 74 61 63 6b 2e 20 54 68 65 73 65 20 6d 61 79 20 |tack. These may | 00000820 62 65 20 6d 6f 76 65 64 20 3a 2d 22 27 22 20 20 |be moved :-"'" | 00000830 20 61 2e 20 4f 6e 20 74 6f 20 74 68 65 20 41 63 | a. On to the Ac| 00000840 65 73 20 69 6e 20 53 75 69 74 20 73 65 71 75 65 |es in Suit seque| 00000850 6e 63 65 2c 22 27 22 20 20 20 62 2e 20 4f 6e 20 |nce,"'" b. On | 00000860 74 6f 20 61 6e 6f 74 68 65 72 20 73 74 61 63 6b |to another stack| 00000870 20 69 6e 20 64 65 73 63 65 6e 64 69 6e 67 20 20 | in descending | 00000880 20 20 20 20 20 73 65 71 75 65 6e 63 65 20 72 65 | sequence re| 00000890 67 61 72 64 6c 65 73 73 20 6f 66 20 73 75 69 74 |gardless of suit| 000008a0 2c 20 6f 72 22 0d 02 a8 72 f1 22 20 20 20 63 2e |, or"...r." c.| 000008b0 20 4f 6e 20 74 6f 20 61 6e 20 65 6d 70 74 79 20 | On to an empty | 000008c0 73 74 61 63 6b 2e 22 27 27 22 54 6f 20 6d 6f 76 |stack."''"To mov| 000008d0 65 20 2d 20 50 72 65 73 73 20 74 68 65 20 6b 65 |e - Press the ke| 000008e0 79 73 20 63 6f 72 72 65 73 70 6f 6e 64 69 6e 67 |ys corresponding| 000008f0 20 20 74 6f 20 6c 65 74 74 65 72 73 20 6f 72 20 | to letters or | 00000900 6e 75 6d 62 65 72 73 20 6f 66 20 74 68 65 20 73 |numbers of the s| 00000910 74 61 63 6b 73 2e 22 0d 02 b2 6f f1 27 22 49 66 |tacks."...o.'"If| 00000920 20 79 6f 75 20 61 72 65 20 73 74 75 63 6b 2c 20 | you are stuck, | 00000930 79 6f 75 20 6d 61 79 20 67 6f 20 62 61 63 6b 22 |you may go back"| 00000940 27 22 75 70 20 74 6f 20 73 69 78 20 6d 6f 76 65 |'"up to six move| 00000950 73 20 62 79 20 70 72 65 73 73 69 6e 67 20 27 55 |s by pressing 'U| 00000960 27 20 6f 72 22 27 22 70 72 65 73 73 20 3c 45 53 |' or"'"press <ES| 00000970 43 41 50 45 3e 20 66 6f 72 20 61 20 6e 65 77 20 |CAPE> for a new | 00000980 64 65 61 6c 2e 22 0d 02 bc 0a f2 73 70 61 63 65 |deal.".....space| 00000990 0d 02 c6 05 e1 0d 02 d0 05 3a 0d 02 da 0c dd f2 |.........:......| 000009a0 62 6c 6b 68 6f 6c 0d 02 e4 18 db 3a f1 8a 31 35 |blkhol.....:..15| 000009b0 2c 31 29 22 42 6c 61 63 6b 68 6f 6c 65 22 0d 02 |,1)"Blackhole"..| 000009c0 ee 17 f1 8a 31 35 2c 32 29 3b 22 7e 7e 7e 7e 7e |....15,2);"~~~~~| 000009d0 7e 7e 7e 7e 22 0d 02 f8 60 f1 27 22 42 75 69 6c |~~~~"...`.'"Buil| 000009e0 64 20 75 70 20 74 68 65 20 63 61 72 64 73 20 6f |d up the cards o| 000009f0 6e 20 74 68 65 20 41 63 65 20 6f 66 20 53 70 61 |n the Ace of Spa| 00000a00 64 65 73 20 2d 20 74 68 65 20 42 6c 61 63 6b 20 |des - the Black | 00000a10 48 6f 6c 65 20 2d 20 69 6e 20 74 68 65 20 63 65 |Hole - in the ce| 00000a20 6e 74 72 65 20 6f 66 20 74 68 65 20 64 69 73 70 |ntre of the disp| 00000a30 6c 61 79 2e 22 0d 03 02 8e f1 27 22 59 6f 75 20 |lay.".....'"You | 00000a40 6d 61 79 20 70 6c 61 79 20 61 20 63 61 72 64 20 |may play a card | 00000a50 6f 6e 65 20 68 69 67 68 65 72 20 6f 72 20 6c 6f |one higher or lo| 00000a60 77 65 72 20 74 68 61 6e 20 74 68 65 20 63 61 72 |wer than the car| 00000a70 64 20 69 6e 20 74 68 65 20 63 65 6e 74 72 65 2c |d in the centre,| 00000a80 20 61 20 4b 69 6e 67 20 63 61 6e 20 62 65 20 66 | a King can be f| 00000a90 6f 6c 6c 6f 77 65 64 20 41 63 65 20 6f 72 20 51 |ollowed Ace or Q| 00000aa0 75 65 65 6e 20 61 6e 64 20 61 6e 20 41 63 65 20 |ueen and an Ace | 00000ab0 62 79 20 20 61 20 4b 69 6e 67 20 6f 72 20 74 77 |by a King or tw| 00000ac0 6f 2e 22 0d 03 0c 4a f1 27 22 54 6f 20 70 6c 61 |o."...J.'"To pla| 00000ad0 79 20 61 20 63 61 72 64 2c 20 70 72 65 73 73 20 |y a card, press | 00000ae0 74 68 65 20 6c 65 74 74 65 72 20 61 67 61 69 6e |the letter again| 00000af0 73 74 74 68 65 20 63 61 72 64 20 79 6f 75 20 77 |stthe card you w| 00000b00 69 73 68 20 74 6f 20 70 6c 61 79 2e 22 0d 03 16 |ish to play."...| 00000b10 4e f1 27 22 59 6f 75 20 6d 61 79 20 65 6e 74 65 |N.'"You may ente| 00000b20 72 20 61 20 44 65 61 6c 20 6e 75 6d 62 65 72 20 |r a Deal number | 00000b30 6f 72 20 50 72 65 73 73 20 20 20 20 52 45 54 55 |or Press RETU| 00000b40 52 4e 20 6f 6e 6c 79 20 66 6f 72 20 61 20 72 61 |RN only for a ra| 00000b50 6e 64 6f 6e 20 64 65 61 6c 2e 22 0d 03 20 0a f2 |ndon deal.".. ..| 00000b60 73 70 61 63 65 0d 03 2a 05 e1 0d 03 34 05 3a 0d |space..*....4.:.| 00000b70 03 3e 0b dd f2 73 63 6f 72 70 0d 03 48 17 db 3a |.>...scorp..H..:| 00000b80 f1 8a 31 36 2c 31 29 22 53 63 6f 72 70 69 6f 6e |..16,1)"Scorpion| 00000b90 22 0d 03 52 15 f1 8a 31 36 2c 32 29 22 7e 7e 7e |"..R...16,2)"~~~| 00000ba0 7e 7e 7e 7e 7e 22 0d 03 5c 26 f1 8a 37 2c 33 29 |~~~~~"..\&..7,3)| 00000bb0 22 4d 6f 64 69 66 69 65 64 20 62 79 20 52 69 63 |"Modified by Ric| 00000bc0 68 61 72 64 20 44 69 6d 6f 6e 64 22 0d 03 66 2a |hard Dimond"..f*| 00000bd0 f1 8a 35 2c 34 29 22 66 72 6f 6d 20 74 68 65 20 |..5,4)"from the | 00000be0 67 61 6d 65 20 62 79 20 4d 69 63 68 61 65 6c 20 |game by Michael | 00000bf0 4c 65 65 74 65 22 0d 03 70 2e f1 27 22 42 75 69 |Leete"..p..'"Bui| 00000c00 6c 64 20 74 68 65 20 54 61 62 6c 65 61 75 20 69 |ld the Tableau i| 00000c10 6e 20 64 65 73 63 65 6e 64 69 6e 67 20 76 61 6c |n descending val| 00000c20 75 65 73 22 0d 03 7a 2d f1 22 6f 66 20 74 68 65 |ues"..z-."of the| 00000c30 20 73 61 6d 65 20 73 75 69 74 2e 20 20 54 72 61 | same suit. Tra| 00000c40 6e 73 66 65 72 20 63 61 72 64 73 20 66 72 6f 6d |nsfer cards from| 00000c50 22 0d 03 84 2c f1 22 63 6f 6c 75 6d 6e 20 74 6f |"...,."column to| 00000c60 20 63 6f 6c 75 6d 6e 20 62 79 20 74 79 70 69 6e | column by typin| 00000c70 67 20 74 68 65 20 6e 75 6d 62 65 72 22 0d 03 8e |g the number"...| 00000c80 2d f1 22 6f 66 20 74 68 65 20 27 73 6f 75 72 63 |-."of the 'sourc| 00000c90 65 27 20 63 6f 6c 75 6d 6e 20 66 6f 6c 6c 6f 77 |e' column follow| 00000ca0 65 64 20 62 79 20 74 68 65 22 0d 03 98 25 f1 22 |ed by the"...%."| 00000cb0 6e 75 6d 62 65 72 20 6f 66 20 74 68 65 20 27 74 |number of the 't| 00000cc0 61 72 67 65 74 27 20 63 6f 6c 75 6d 6e 2e 22 0d |arget' column.".| 00000cd0 03 a2 5d f1 27 22 45 6d 70 74 79 20 63 6f 6c 75 |..].'"Empty colu| 00000ce0 6d 6e 73 20 6d 61 79 20 62 65 20 66 69 6c 6c 65 |mns may be fille| 00000cf0 64 20 77 69 74 68 20 4b 69 6e 67 73 22 27 22 61 |d with Kings"'"a| 00000d00 74 20 77 69 6c 6c 2e 20 20 41 6c 6c 20 74 68 65 |t will. All the| 00000d10 20 63 61 72 64 73 20 62 65 6c 6f 77 20 74 68 65 | cards below the| 00000d20 6d 22 27 22 67 6f 20 74 6f 6f 2e 22 0d 03 ac 56 |m"'"go too."...V| 00000d30 f1 27 22 57 68 65 6e 20 61 20 4b 69 6e 67 20 69 |.'"When a King i| 00000d40 73 20 6d 6f 76 65 64 2c 20 79 6f 75 20 61 72 65 |s moved, you are| 00000d50 20 61 73 6b 65 64 20 74 6f 22 3a f1 22 74 79 70 | asked to":."typ| 00000d60 65 20 74 68 65 20 73 75 69 74 20 79 6f 75 20 77 |e the suit you w| 00000d70 61 6e 74 2c 20 69 6e 20 73 65 71 75 65 6e 63 65 |ant, in sequence| 00000d80 2e 22 0d 03 b6 76 f1 27 22 49 66 20 61 20 63 6f |."...v.'"If a co| 00000d90 6c 75 6d 6e 20 62 65 63 6f 6d 65 73 20 6c 6f 6e |lumn becomes lon| 00000da0 67 65 72 20 74 68 61 6e 20 74 77 65 6e 74 79 2d |ger than twenty-| 00000db0 22 3a f1 22 6f 6e 65 20 63 61 72 64 73 2c 20 69 |":."one cards, i| 00000dc0 74 20 69 73 20 63 6f 6e 74 69 6e 75 65 64 20 6f |t is continued o| 00000dd0 6e 20 74 68 65 20 72 69 67 68 74 22 3a f1 22 68 |n the right":."h| 00000de0 61 6e 64 20 73 69 64 65 20 6f 66 20 74 68 65 20 |and side of the | 00000df0 73 63 72 65 65 6e 2e 22 0d 03 c0 0a f2 73 70 61 |screen.".....spa| 00000e00 63 65 0d 03 ca 05 e1 0d ff |ce.......| 00000e09