Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_54.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_54.ADF |
Filename: | G/PATMENU |
Read OK: | ✔ |
File size: | 117D bytes |
Load address: | FFFF0E00 |
Exec address: | FFFF802B |
Duplicates
There are 3 duplicate copies of this file in the archive:
- AEW website » eug » eug_3_5_discs_Eug-54_A-EUG54.adf » G/PATMENU
- AEW website » eug » eug_5_25_discs_Eug-54_D-EUG54.dsd » G.PATMENU
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_54.ADF » G/PATMENU
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_EUG_54.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; 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" 160PRINT'TAB(8)"4. Streets and Alleys" 170REPEAT:a%=INSTR("1234",GET$):UNTILa% 180IFa%=1 f$="G.CASTLE" 190IFa%=2 f$="G.BLKHOL" 200IFa%=3 f$="G.SCORPIO" 210IFa%=4 f$="G.STREETS" 220PRINT''TAB(5);"Do you want instructions? (Y/N)" 230REPEAT:b%=INSTR("YyNn",GET$):UNTILb% 240IFb%<3 ANDa%=1 PROCcastle ELSEIFb%<3 ANDa%=2 PROCblkhol ELSEIFb%<3 ANDa%=3 PROCscorp ELSEIFb%<3 ANDa%=4 PROCstreet 250MODE6:VDU23;8202;0;0;0;:CHAINf$ 260END 270: 280DEFPROCspace 290PRINTTAB(10,24)"Press SPACE to play"; 300REPEATUNTILINKEY-99:ENDPROC 310: 320DEFPROCchars 330VDU23,224,54,127,127,127,62,28,8,0 340VDU23,225,8,28,62,127,127,127,28,62 350VDU23,226,0,8,28,62,127,62,28,8 360VDU23,227,8,28,28,107,127,107,8,28 370VDU23,228,128,228,228,244,252,252,252,254 380VDU23,229,78,91,81,81,81,91,78,0 390VDU23,230,0,127,127,127,127,127,127,127 400VDU23,231,0,255,255,255,255,255,255,255 410VDU23,232,0,254,254,254,254,254,254,254 420VDU23,233,254,254,254,254,254,254,254,254 430VDU23,234,254,254,254,254,254,254,254,0 440VDU23,235,255,255,255,255,255,255,255,0 450VDU23,236,127,127,127,127,127,127,127,0 460VDU23,237,127,127,127,127,127,127,127,127 470VDU23,238,127,63,63,63,47,39,39,1 480VDU23,239,0,0,0,0,0,24,24,0 490VDU23,240,0,102,102,0,0,0,0,0 500VDU23,241,0,102,102,0,0,24,24,0 510VDU23,242,0,0,0,127,127,127,60,127 520VDU23,243,0,0,0,60,127,127,127,127 530VDU23,244,0,0,0,219,219,127,127,127 540VDU23,245,0,0,0,0,0,0,0,3 550VDU23,246,129,165,165,129,189,129,126,129 560VDU23,247,0,0,0,0,0,0,0,192 570VDU23,248,2,7,6,7,7,7,7,2 580VDU23,249,165,90,165,90,90,165,90,165 590VDU23,250,129,66,165,90,90,165,90,129 600VDU23,251,0,255,0,255,255,0,255,0 610VDU23,252,64,224,96,224,224,96,224,64 620VDU23,253,255,127,0,0,0,0,0,0 630VDU23,254,170,85,170,85,170,85,170,85 640ENDPROC 650: 660DEFPROCcastle 670CLS:PRINTTAB(11,1)"Beleaguered Castle" 680PRINTTAB(11,2)"~~~~~~~~~~~~~~~~~~" 690PRINTTAB(0,4)"YOU must build up each suit in order on the aces from the packs A to H." 700PRINT'"You can only move the top card from"'"each stack. These may be moved :-"'" a. On to the Aces in Suit sequence."'" b. On to another stack in descending sequence regardless of suit." 710PRINT" c. On to an empty stack."''"To move - Press the keys corresponding to letters or numbers of the stacks." 715PRINT'"You may undo your move by pressing 'U' and the score is reduced." 720PRINT'"Your score and statistics are saved by pressing 'R' for another game and may beshown by pressing 'S' or on completion of a game." 730PROCspace 740ENDPROC 750: 760DEFPROCblkhol 770CLS:PRINTTAB(15,1)"Black Hole" 780PRINTTAB(15,2)"~~~~~~~~~~" 790PRINT"BUILD up the cards on the Ace of Spades,the Black Hole, centre of the display." 800PRINT'"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." 810PRINT'"To play a card, press the letter againstthe card you wish to play. The score isincreased for each card added." 820PRINT'"You may undo your move by pressing 'U' and the score is reduced." 830PRINT'"If you cannot complete a deal, press 'R'and your score and the deal number are saved and the game re-run." 840PRINT'"Your statistics are shown when you complete a game or by pressing 'S'." 850PROCspace 860ENDPROC 870: 880DEFPROCscorp 890CLS:PRINTTAB(16,1);"Scorpion" 900PRINTTAB(16,2);"~~~~~~~~" 910PRINTTAB(7,3)"Modified by Richard Dimond" 920PRINTTAB(5,4)"from the game by Michael Leete" 930PRINT'"BUILD the Tableau in descending values" 940PRINT"of the same suit. Transfer cards from" 950PRINT"column to column by typing the number" 960PRINT"of the 'source' column followed by the" 970PRINT"number of the 'target' column." 980PRINT:PRINT"Empty columns may be filled with Kings":PRINT"at will. All the cards below them":PRINT"go too." 990PRINT'"When a King is moved, you are asked to":PRINT"type the suit you want, in sequence." 1000PRINT'"If a column becomes longer than twenty-":PRINT"one cards, it is continued on the right":PRINT"hand side of the screen." 1010PROCspace 1020ENDPROC 1030DEFPROCstreet 1040CLS:PRINTTAB(10,1)"Streets and Alleys" 1050PRINTTAB(10,2)"~~~~~~~~~~~~~~~~~~" 1060PRINT'"THIS is a variant of Beleaguered Castle where the Aces are not put out and is a somewhat harder game." 1070PRINT'"The aces will only go on the foundationsin the order (top to bottom) Hearts, Spades, Diamonds and Clubs." 1080PRINT'"Your score and statistics are saved by pressing 'R' for another game and may beshown by pressing 'S' or on completion of a game." 1090PROCspace 1100ENDPROC
� ************************** � Patience Game Menu + Chars � By R.A.Dimond (� (c) March 2000 2 � ************************** <��6:�:�" at line ";�:� F(�6:�23;8202;0;0;0;19,0,4;0;19,1,7;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" � �'�8)"4. Streets and Alleys" ��:a%=�"1234",�):�a% ��a%=1 f$="G.CASTLE" ��a%=2 f$="G.BLKHOL" ��a%=3 f$="G.SCORPIO" ��a%=4 f$="G.STREETS" �,�''�5);"Do you want instructions? (Y/N)" ��:b%=�"YyNn",�):�b% �U�b%<3 �a%=1 �castle ��b%<3 �a%=2 �blkhol ��b%<3 �a%=3 �scorp ��b%<3 �a%=4 �street ��6:�23;8202;0;0;0;:�f$ � : ��space ""�10,24)"Press SPACE to play"; ,���-99:� 6: @��chars J$�23,224,54,127,127,127,62,28,8,0 T%�23,225,8,28,62,127,127,127,28,62 ^!�23,226,0,8,28,62,127,62,28,8 h$�23,227,8,28,28,107,127,107,8,28 r+�23,228,128,228,228,244,252,252,252,254 |"�23,229,78,91,81,81,81,91,78,0 �)�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 0�23,247,0,0,0,0,0,0,0,192 :�23,248,2,7,6,7,7,7,7,2 D'�23,249,165,90,165,90,90,165,90,165 N'�23,250,129,66,165,90,90,165,90,129 X#�23,251,0,255,0,255,255,0,255,0 b'�23,252,64,224,96,224,224,96,224,64 l�23,253,255,127,0,0,0,0,0,0 v'�23,254,170,85,170,85,170,85,170,85 �� �: ���castle �!�:�11,1)"Beleaguered Castle" ��11,2)"~~~~~~~~~~~~~~~~~~" �S�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"'"each stack. These may be moved :-"'" a. On to the Aces in Suit sequence."'" b. On to another stack in descending sequence regardless of suit." �q�" c. On to an empty stack."''"To move - Press the keys corresponding to letters or numbers of the stacks." �I�'"You may undo your move by pressing 'U' and the score is reduced." Њ�'"Your score and statistics are saved by pressing 'R' for another game and may beshown by pressing 'S' or on completion of a game." � �space �� �: ���blkhol �:�15,1)"Black Hole" �15,2)"~~~~~~~~~~" U�"BUILD up the cards on the Ace of Spades,the Black Hole, 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." *v�'"To play a card, press the letter againstthe card you wish to play. The score isincreased for each card added." 4I�'"You may undo your move by pressing 'U' and the score is reduced." >r�'"If you cannot complete a deal, press 'R'and your score and the deal number are saved and the game re-run." HS�'"Your statistics are shown when you complete a game or by pressing 'S'." R �space \� f: p��scorp z�:�16,1);"Scorpion" ��16,2);"~~~~~~~~" �&�7,3)"Modified by Richard Dimond" �*�5,4)"from the game by Michael Leete" �.�'"BUILD the Tableau in descending values" �,�"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 �� ��street !�:�10,1)"Streets and Alleys" �10,2)"~~~~~~~~~~~~~~~~~~" $o�'"THIS is a variant of Beleaguered Castle where the Aces are not put out and is a somewhat harder game." .s�'"The aces will only go on the foundationsin the order (top to bottom) Hearts, Spades, Diamonds and Clubs." 8��'"Your score and statistics are saved by pressing 'R' for another game and may beshown by pressing 'S' or on completion of a game." B �space L� �
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 28 eb 36 3a ef 32 33 3b 38 32 30 |:...F(.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 0d 00 50 0a f2 63 |;19,1,7;0;..P..c| 000000d0 68 61 72 73 0d 00 5a 1b f1 8a 31 32 2c 31 29 22 |hars..Z...12,1)"| 000000e0 50 41 54 49 45 4e 43 45 20 47 41 4d 45 53 22 0d |PATIENCE GAMES".| 000000f0 00 64 1b f1 8a 31 32 2c 32 29 22 7e 7e 7e 7e 7e |.d...12,2)"~~~~~| 00000100 7e 7e 7e 7e 7e 7e 7e 7e 7e 22 0d 00 6e 1e f1 8a |~~~~~~~~~"..n...| 00000110 31 31 2c 33 29 22 62 79 20 52 69 63 68 61 72 64 |11,3)"by Richard| 00000120 20 44 69 6d 6f 6e 64 22 0d 00 78 1b f1 27 8a 33 | Dimond"..x..'.3| 00000130 29 3b 22 50 6c 65 61 73 65 20 73 65 6c 65 63 74 |);"Please select| 00000140 20 2d 22 0d 00 82 23 fb 33 3a f1 27 8a 38 29 22 | -"...#.3:.'.8)"| 00000150 31 2e 20 42 65 6c 65 61 67 75 65 72 65 64 20 43 |1. Beleaguered C| 00000160 61 73 74 6c 65 22 0d 00 8c 17 f1 27 8a 38 29 22 |astle".....'.8)"| 00000170 32 2e 20 42 6c 61 63 6b 68 6f 6c 65 22 0d 00 96 |2. Blackhole"...| 00000180 16 f1 27 8a 38 29 22 33 2e 20 53 63 6f 72 70 69 |..'.8)"3. Scorpi| 00000190 6f 6e 22 0d 00 a0 20 f1 27 8a 38 29 22 34 2e 20 |on"... .'.8)"4. | 000001a0 53 74 72 65 65 74 73 20 61 6e 64 20 41 6c 6c 65 |Streets and Alle| 000001b0 79 73 22 0d 00 aa 17 f5 3a 61 25 3d a7 22 31 32 |ys".....:a%=."12| 000001c0 33 34 22 2c be 29 3a fd 61 25 0d 00 b4 17 e7 61 |34",.):.a%.....a| 000001d0 25 3d 31 20 66 24 3d 22 47 2e 43 41 53 54 4c 45 |%=1 f$="G.CASTLE| 000001e0 22 0d 00 be 17 e7 61 25 3d 32 20 66 24 3d 22 47 |".....a%=2 f$="G| 000001f0 2e 42 4c 4b 48 4f 4c 22 0d 00 c8 18 e7 61 25 3d |.BLKHOL".....a%=| 00000200 33 20 66 24 3d 22 47 2e 53 43 4f 52 50 49 4f 22 |3 f$="G.SCORPIO"| 00000210 0d 00 d2 18 e7 61 25 3d 34 20 66 24 3d 22 47 2e |.....a%=4 f$="G.| 00000220 53 54 52 45 45 54 53 22 0d 00 dc 2c f1 27 27 8a |STREETS"...,.''.| 00000230 35 29 3b 22 44 6f 20 79 6f 75 20 77 61 6e 74 20 |5);"Do you want | 00000240 69 6e 73 74 72 75 63 74 69 6f 6e 73 3f 20 28 59 |instructions? (Y| 00000250 2f 4e 29 22 0d 00 e6 17 f5 3a 62 25 3d a7 22 59 |/N)".....:b%=."Y| 00000260 79 4e 6e 22 2c be 29 3a fd 62 25 0d 00 f0 55 e7 |yNn",.):.b%...U.| 00000270 62 25 3c 33 20 80 61 25 3d 31 20 f2 63 61 73 74 |b%<3 .a%=1 .cast| 00000280 6c 65 20 8b e7 62 25 3c 33 20 80 61 25 3d 32 20 |le ..b%<3 .a%=2 | 00000290 f2 62 6c 6b 68 6f 6c 20 8b e7 62 25 3c 33 20 80 |.blkhol ..b%<3 .| 000002a0 61 25 3d 33 20 f2 73 63 6f 72 70 20 8b e7 62 25 |a%=3 .scorp ..b%| 000002b0 3c 33 20 80 61 25 3d 34 20 f2 73 74 72 65 65 74 |<3 .a%=4 .street| 000002c0 0d 00 fa 1a eb 36 3a ef 32 33 3b 38 32 30 32 3b |.....6:.23;8202;| 000002d0 30 3b 30 3b 30 3b 3a d7 66 24 0d 01 04 05 e0 0d |0;0;0;:.f$......| 000002e0 01 0e 05 3a 0d 01 18 0b dd f2 73 70 61 63 65 0d |...:......space.| 000002f0 01 22 22 f1 8a 31 30 2c 32 34 29 22 50 72 65 73 |.""..10,24)"Pres| 00000300 73 20 53 50 41 43 45 20 74 6f 20 70 6c 61 79 22 |s SPACE to play"| 00000310 3b 0d 01 2c 0c f5 fd a6 2d 39 39 3a e1 0d 01 36 |;..,....-99:...6| 00000320 05 3a 0d 01 40 0b dd f2 63 68 61 72 73 0d 01 4a |.:..@...chars..J| 00000330 24 ef 32 33 2c 32 32 34 2c 35 34 2c 31 32 37 2c |$.23,224,54,127,| 00000340 31 32 37 2c 31 32 37 2c 36 32 2c 32 38 2c 38 2c |127,127,62,28,8,| 00000350 30 0d 01 54 25 ef 32 33 2c 32 32 35 2c 38 2c 32 |0..T%.23,225,8,2| 00000360 38 2c 36 32 2c 31 32 37 2c 31 32 37 2c 31 32 37 |8,62,127,127,127| 00000370 2c 32 38 2c 36 32 0d 01 5e 21 ef 32 33 2c 32 32 |,28,62..^!.23,22| 00000380 36 2c 30 2c 38 2c 32 38 2c 36 32 2c 31 32 37 2c |6,0,8,28,62,127,| 00000390 36 32 2c 32 38 2c 38 0d 01 68 24 ef 32 33 2c 32 |62,28,8..h$.23,2| 000003a0 32 37 2c 38 2c 32 38 2c 32 38 2c 31 30 37 2c 31 |27,8,28,28,107,1| 000003b0 32 37 2c 31 30 37 2c 38 2c 32 38 0d 01 72 2b ef |27,107,8,28..r+.| 000003c0 32 33 2c 32 32 38 2c 31 32 38 2c 32 32 38 2c 32 |23,228,128,228,2| 000003d0 32 38 2c 32 34 34 2c 32 35 32 2c 32 35 32 2c 32 |28,244,252,252,2| 000003e0 35 32 2c 32 35 34 0d 01 7c 22 ef 32 33 2c 32 32 |52,254..|".23,22| 000003f0 39 2c 37 38 2c 39 31 2c 38 31 2c 38 31 2c 38 31 |9,78,91,81,81,81| 00000400 2c 39 31 2c 37 38 2c 30 0d 01 86 29 ef 32 33 2c |,91,78,0...).23,| 00000410 32 33 30 2c 30 2c 31 32 37 2c 31 32 37 2c 31 32 |230,0,127,127,12| 00000420 37 2c 31 32 37 2c 31 32 37 2c 31 32 37 2c 31 32 |7,127,127,127,12| 00000430 37 0d 01 90 29 ef 32 33 2c 32 33 31 2c 30 2c 32 |7...).23,231,0,2| 00000440 35 35 2c 32 35 35 2c 32 35 35 2c 32 35 35 2c 32 |55,255,255,255,2| 00000450 35 35 2c 32 35 35 2c 32 35 35 0d 01 9a 29 ef 32 |55,255,255...).2| 00000460 33 2c 32 33 32 2c 30 2c 32 35 34 2c 32 35 34 2c |3,232,0,254,254,| 00000470 32 35 34 2c 32 35 34 2c 32 35 34 2c 32 35 34 2c |254,254,254,254,| 00000480 32 35 34 0d 01 a4 2b ef 32 33 2c 32 33 33 2c 32 |254...+.23,233,2| 00000490 35 34 2c 32 35 34 2c 32 35 34 2c 32 35 34 2c 32 |54,254,254,254,2| 000004a0 35 34 2c 32 35 34 2c 32 35 34 2c 32 35 34 0d 01 |54,254,254,254..| 000004b0 ae 29 ef 32 33 2c 32 33 34 2c 32 35 34 2c 32 35 |.).23,234,254,25| 000004c0 34 2c 32 35 34 2c 32 35 34 2c 32 35 34 2c 32 35 |4,254,254,254,25| 000004d0 34 2c 32 35 34 2c 30 0d 01 b8 29 ef 32 33 2c 32 |4,254,0...).23,2| 000004e0 33 35 2c 32 35 35 2c 32 35 35 2c 32 35 35 2c 32 |35,255,255,255,2| 000004f0 35 35 2c 32 35 35 2c 32 35 35 2c 32 35 35 2c 30 |55,255,255,255,0| 00000500 0d 01 c2 29 ef 32 33 2c 32 33 36 2c 31 32 37 2c |...).23,236,127,| 00000510 31 32 37 2c 31 32 37 2c 31 32 37 2c 31 32 37 2c |127,127,127,127,| 00000520 31 32 37 2c 31 32 37 2c 30 0d 01 cc 2b ef 32 33 |127,127,0...+.23| 00000530 2c 32 33 37 2c 31 32 37 2c 31 32 37 2c 31 32 37 |,237,127,127,127| 00000540 2c 31 32 37 2c 31 32 37 2c 31 32 37 2c 31 32 37 |,127,127,127,127| 00000550 2c 31 32 37 0d 01 d6 23 ef 32 33 2c 32 33 38 2c |,127...#.23,238,| 00000560 31 32 37 2c 36 33 2c 36 33 2c 36 33 2c 34 37 2c |127,63,63,63,47,| 00000570 33 39 2c 33 39 2c 31 0d 01 e0 1d ef 32 33 2c 32 |39,39,1.....23,2| 00000580 33 39 2c 30 2c 30 2c 30 2c 30 2c 30 2c 32 34 2c |39,0,0,0,0,0,24,| 00000590 32 34 2c 30 0d 01 ea 1f ef 32 33 2c 32 34 30 2c |24,0.....23,240,| 000005a0 30 2c 31 30 32 2c 31 30 32 2c 30 2c 30 2c 30 2c |0,102,102,0,0,0,| 000005b0 30 2c 30 0d 01 f4 21 ef 32 33 2c 32 34 31 2c 30 |0,0...!.23,241,0| 000005c0 2c 31 30 32 2c 31 30 32 2c 30 2c 30 2c 32 34 2c |,102,102,0,0,24,| 000005d0 32 34 2c 30 0d 01 fe 24 ef 32 33 2c 32 34 32 2c |24,0...$.23,242,| 000005e0 30 2c 30 2c 30 2c 31 32 37 2c 31 32 37 2c 31 32 |0,0,0,127,127,12| 000005f0 37 2c 36 30 2c 31 32 37 0d 02 08 24 ef 32 33 2c |7,60,127...$.23,| 00000600 32 34 33 2c 30 2c 30 2c 30 2c 36 30 2c 31 32 37 |243,0,0,0,60,127| 00000610 2c 31 32 37 2c 31 32 37 2c 31 32 37 0d 02 12 25 |,127,127,127...%| 00000620 ef 32 33 2c 32 34 34 2c 30 2c 30 2c 30 2c 32 31 |.23,244,0,0,0,21| 00000630 39 2c 32 31 39 2c 31 32 37 2c 31 32 37 2c 31 32 |9,219,127,127,12| 00000640 37 0d 02 1c 1b ef 32 33 2c 32 34 35 2c 30 2c 30 |7.....23,245,0,0| 00000650 2c 30 2c 30 2c 30 2c 30 2c 30 2c 33 0d 02 26 2b |,0,0,0,0,0,3..&+| 00000660 ef 32 33 2c 32 34 36 2c 31 32 39 2c 31 36 35 2c |.23,246,129,165,| 00000670 31 36 35 2c 31 32 39 2c 31 38 39 2c 31 32 39 2c |165,129,189,129,| 00000680 31 32 36 2c 31 32 39 0d 02 30 1d ef 32 33 2c 32 |126,129..0..23,2| 00000690 34 37 2c 30 2c 30 2c 30 2c 30 2c 30 2c 30 2c 30 |47,0,0,0,0,0,0,0| 000006a0 2c 31 39 32 0d 02 3a 1b ef 32 33 2c 32 34 38 2c |,192..:..23,248,| 000006b0 32 2c 37 2c 36 2c 37 2c 37 2c 37 2c 37 2c 32 0d |2,7,6,7,7,7,7,2.| 000006c0 02 44 27 ef 32 33 2c 32 34 39 2c 31 36 35 2c 39 |.D'.23,249,165,9| 000006d0 30 2c 31 36 35 2c 39 30 2c 39 30 2c 31 36 35 2c |0,165,90,90,165,| 000006e0 39 30 2c 31 36 35 0d 02 4e 27 ef 32 33 2c 32 35 |90,165..N'.23,25| 000006f0 30 2c 31 32 39 2c 36 36 2c 31 36 35 2c 39 30 2c |0,129,66,165,90,| 00000700 39 30 2c 31 36 35 2c 39 30 2c 31 32 39 0d 02 58 |90,165,90,129..X| 00000710 23 ef 32 33 2c 32 35 31 2c 30 2c 32 35 35 2c 30 |#.23,251,0,255,0| 00000720 2c 32 35 35 2c 32 35 35 2c 30 2c 32 35 35 2c 30 |,255,255,0,255,0| 00000730 0d 02 62 27 ef 32 33 2c 32 35 32 2c 36 34 2c 32 |..b'.23,252,64,2| 00000740 32 34 2c 39 36 2c 32 32 34 2c 32 32 34 2c 39 36 |24,96,224,224,96| 00000750 2c 32 32 34 2c 36 34 0d 02 6c 1f ef 32 33 2c 32 |,224,64..l..23,2| 00000760 35 33 2c 32 35 35 2c 31 32 37 2c 30 2c 30 2c 30 |53,255,127,0,0,0| 00000770 2c 30 2c 30 2c 30 0d 02 76 27 ef 32 33 2c 32 35 |,0,0,0..v'.23,25| 00000780 34 2c 31 37 30 2c 38 35 2c 31 37 30 2c 38 35 2c |4,170,85,170,85,| 00000790 31 37 30 2c 38 35 2c 31 37 30 2c 38 35 0d 02 80 |170,85,170,85...| 000007a0 05 e1 0d 02 8a 05 3a 0d 02 94 0c dd f2 63 61 73 |......:......cas| 000007b0 74 6c 65 0d 02 9e 21 db 3a f1 8a 31 31 2c 31 29 |tle...!.:..11,1)| 000007c0 22 42 65 6c 65 61 67 75 65 72 65 64 20 43 61 73 |"Beleaguered Cas| 000007d0 74 6c 65 22 0d 02 a8 1f f1 8a 31 31 2c 32 29 22 |tle"......11,2)"| 000007e0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 000007f0 7e 7e 22 0d 02 b2 53 f1 8a 30 2c 34 29 22 59 4f |~~"...S..0,4)"YO| 00000800 55 20 6d 75 73 74 20 62 75 69 6c 64 20 75 70 20 |U must build up | 00000810 65 61 63 68 20 73 75 69 74 20 69 6e 20 6f 72 64 |each suit in ord| 00000820 65 72 20 6f 6e 20 74 68 65 20 61 63 65 73 20 66 |er on the aces f| 00000830 72 6f 6d 20 74 68 65 20 70 61 63 6b 73 20 41 20 |rom the packs A | 00000840 74 6f 20 48 2e 22 0d 02 bc c3 f1 27 22 59 6f 75 |to H.".....'"You| 00000850 20 63 61 6e 20 6f 6e 6c 79 20 6d 6f 76 65 20 74 | can only move t| 00000860 68 65 20 74 6f 70 20 63 61 72 64 20 66 72 6f 6d |he top card from| 00000870 22 27 22 65 61 63 68 20 73 74 61 63 6b 2e 20 54 |"'"each stack. T| 00000880 68 65 73 65 20 6d 61 79 20 62 65 20 6d 6f 76 65 |hese may be move| 00000890 64 20 3a 2d 22 27 22 20 20 61 2e 20 4f 6e 20 74 |d :-"'" a. On t| 000008a0 6f 20 74 68 65 20 41 63 65 73 20 69 6e 20 53 75 |o the Aces in Su| 000008b0 69 74 20 73 65 71 75 65 6e 63 65 2e 22 27 22 20 |it sequence."'" | 000008c0 20 62 2e 20 4f 6e 20 74 6f 20 61 6e 6f 74 68 65 | b. On to anothe| 000008d0 72 20 73 74 61 63 6b 20 69 6e 20 64 65 73 63 65 |r stack in desce| 000008e0 6e 64 69 6e 67 20 20 20 20 20 20 20 73 65 71 75 |nding sequ| 000008f0 65 6e 63 65 20 72 65 67 61 72 64 6c 65 73 73 20 |ence regardless | 00000900 6f 66 20 73 75 69 74 2e 22 0d 02 c6 71 f1 22 20 |of suit."...q." | 00000910 20 63 2e 20 4f 6e 20 74 6f 20 61 6e 20 65 6d 70 | c. On to an emp| 00000920 74 79 20 73 74 61 63 6b 2e 22 27 27 22 54 6f 20 |ty stack."''"To | 00000930 6d 6f 76 65 20 2d 20 50 72 65 73 73 20 74 68 65 |move - Press the| 00000940 20 6b 65 79 73 20 63 6f 72 72 65 73 70 6f 6e 64 | keys correspond| 00000950 69 6e 67 20 20 74 6f 20 6c 65 74 74 65 72 73 20 |ing to letters | 00000960 6f 72 20 6e 75 6d 62 65 72 73 20 6f 66 20 74 68 |or numbers of th| 00000970 65 20 73 74 61 63 6b 73 2e 22 0d 02 cb 49 f1 27 |e stacks."...I.'| 00000980 22 59 6f 75 20 6d 61 79 20 75 6e 64 6f 20 79 6f |"You may undo yo| 00000990 75 72 20 6d 6f 76 65 20 62 79 20 70 72 65 73 73 |ur move by press| 000009a0 69 6e 67 20 27 55 27 20 20 61 6e 64 20 74 68 65 |ing 'U' and the| 000009b0 20 73 63 6f 72 65 20 69 73 20 72 65 64 75 63 65 | score is reduce| 000009c0 64 2e 22 0d 02 d0 8a f1 27 22 59 6f 75 72 20 73 |d.".....'"Your s| 000009d0 63 6f 72 65 20 61 6e 64 20 73 74 61 74 69 73 74 |core and statist| 000009e0 69 63 73 20 61 72 65 20 73 61 76 65 64 20 62 79 |ics are saved by| 000009f0 20 20 70 72 65 73 73 69 6e 67 20 27 52 27 20 66 | pressing 'R' f| 00000a00 6f 72 20 61 6e 6f 74 68 65 72 20 67 61 6d 65 20 |or another game | 00000a10 61 6e 64 20 6d 61 79 20 62 65 73 68 6f 77 6e 20 |and may beshown | 00000a20 62 79 20 70 72 65 73 73 69 6e 67 20 27 53 27 20 |by pressing 'S' | 00000a30 6f 72 20 6f 6e 20 63 6f 6d 70 6c 65 74 69 6f 6e |or on completion| 00000a40 20 20 6f 66 20 61 20 67 61 6d 65 2e 22 0d 02 da | of a game."...| 00000a50 0a f2 73 70 61 63 65 0d 02 e4 05 e1 0d 02 ee 05 |..space.........| 00000a60 3a 0d 02 f8 0c dd f2 62 6c 6b 68 6f 6c 0d 03 02 |:......blkhol...| 00000a70 19 db 3a f1 8a 31 35 2c 31 29 22 42 6c 61 63 6b |..:..15,1)"Black| 00000a80 20 48 6f 6c 65 22 0d 03 0c 17 f1 8a 31 35 2c 32 | Hole"......15,2| 00000a90 29 22 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 22 0d 03 16 |)"~~~~~~~~~~"...| 00000aa0 55 f1 22 42 55 49 4c 44 20 75 70 20 74 68 65 20 |U."BUILD up the | 00000ab0 63 61 72 64 73 20 6f 6e 20 74 68 65 20 41 63 65 |cards on the Ace| 00000ac0 20 6f 66 20 53 70 61 64 65 73 2c 74 68 65 20 42 | of Spades,the B| 00000ad0 6c 61 63 6b 20 48 6f 6c 65 2c 20 63 65 6e 74 72 |lack Hole, centr| 00000ae0 65 20 6f 66 20 74 68 65 20 64 69 73 70 6c 61 79 |e of the display| 00000af0 2e 22 0d 03 20 8e f1 27 22 59 6f 75 20 6d 61 79 |.".. ..'"You may| 00000b00 20 70 6c 61 79 20 61 20 63 61 72 64 20 6f 6e 65 | play a card one| 00000b10 20 68 69 67 68 65 72 20 6f 72 20 6c 6f 77 65 72 | higher or lower| 00000b20 20 74 68 61 6e 20 74 68 65 20 63 61 72 64 20 69 | than the card i| 00000b30 6e 20 74 68 65 20 63 65 6e 74 72 65 2c 20 61 20 |n the centre, a | 00000b40 4b 69 6e 67 20 63 61 6e 20 62 65 20 66 6f 6c 6c |King can be foll| 00000b50 6f 77 65 64 20 41 63 65 20 6f 72 20 51 75 65 65 |owed Ace or Quee| 00000b60 6e 20 61 6e 64 20 61 6e 20 41 63 65 20 62 79 20 |n and an Ace by | 00000b70 20 61 20 4b 69 6e 67 20 6f 72 20 74 77 6f 2e 22 | a King or two."| 00000b80 0d 03 2a 76 f1 27 22 54 6f 20 70 6c 61 79 20 61 |..*v.'"To play a| 00000b90 20 63 61 72 64 2c 20 70 72 65 73 73 20 74 68 65 | card, press the| 00000ba0 20 6c 65 74 74 65 72 20 61 67 61 69 6e 73 74 74 | letter againstt| 00000bb0 68 65 20 63 61 72 64 20 79 6f 75 20 77 69 73 68 |he card you wish| 00000bc0 20 74 6f 20 70 6c 61 79 2e 20 20 54 68 65 20 73 | to play. The s| 00000bd0 63 6f 72 65 20 69 73 69 6e 63 72 65 61 73 65 64 |core isincreased| 00000be0 20 66 6f 72 20 65 61 63 68 20 63 61 72 64 20 61 | for each card a| 00000bf0 64 64 65 64 2e 22 0d 03 34 49 f1 27 22 59 6f 75 |dded."..4I.'"You| 00000c00 20 6d 61 79 20 75 6e 64 6f 20 79 6f 75 72 20 6d | may undo your m| 00000c10 6f 76 65 20 62 79 20 70 72 65 73 73 69 6e 67 20 |ove by pressing | 00000c20 27 55 27 20 20 61 6e 64 20 74 68 65 20 73 63 6f |'U' and the sco| 00000c30 72 65 20 69 73 20 72 65 64 75 63 65 64 2e 22 0d |re is reduced.".| 00000c40 03 3e 72 f1 27 22 49 66 20 79 6f 75 20 63 61 6e |.>r.'"If you can| 00000c50 6e 6f 74 20 63 6f 6d 70 6c 65 74 65 20 61 20 64 |not complete a d| 00000c60 65 61 6c 2c 20 70 72 65 73 73 20 27 52 27 61 6e |eal, press 'R'an| 00000c70 64 20 79 6f 75 72 20 73 63 6f 72 65 20 61 6e 64 |d your score and| 00000c80 20 74 68 65 20 64 65 61 6c 20 6e 75 6d 62 65 72 | the deal number| 00000c90 20 61 72 65 20 20 73 61 76 65 64 20 61 6e 64 20 | are saved and | 00000ca0 74 68 65 20 67 61 6d 65 20 72 65 2d 72 75 6e 2e |the game re-run.| 00000cb0 22 0d 03 48 53 f1 27 22 59 6f 75 72 20 73 74 61 |"..HS.'"Your sta| 00000cc0 74 69 73 74 69 63 73 20 61 72 65 20 73 68 6f 77 |tistics are show| 00000cd0 6e 20 77 68 65 6e 20 79 6f 75 20 20 20 20 20 20 |n when you | 00000ce0 63 6f 6d 70 6c 65 74 65 20 61 20 67 61 6d 65 20 |complete a game | 00000cf0 6f 72 20 62 79 20 70 72 65 73 73 69 6e 67 20 27 |or by pressing '| 00000d00 53 27 2e 22 0d 03 52 0a f2 73 70 61 63 65 0d 03 |S'."..R..space..| 00000d10 5c 05 e1 0d 03 66 05 3a 0d 03 70 0b dd f2 73 63 |\....f.:..p...sc| 00000d20 6f 72 70 0d 03 7a 18 db 3a f1 8a 31 36 2c 31 29 |orp..z..:..16,1)| 00000d30 3b 22 53 63 6f 72 70 69 6f 6e 22 0d 03 84 16 f1 |;"Scorpion".....| 00000d40 8a 31 36 2c 32 29 3b 22 7e 7e 7e 7e 7e 7e 7e 7e |.16,2);"~~~~~~~~| 00000d50 22 0d 03 8e 26 f1 8a 37 2c 33 29 22 4d 6f 64 69 |"...&..7,3)"Modi| 00000d60 66 69 65 64 20 62 79 20 52 69 63 68 61 72 64 20 |fied by Richard | 00000d70 44 69 6d 6f 6e 64 22 0d 03 98 2a f1 8a 35 2c 34 |Dimond"...*..5,4| 00000d80 29 22 66 72 6f 6d 20 74 68 65 20 67 61 6d 65 20 |)"from the game | 00000d90 62 79 20 4d 69 63 68 61 65 6c 20 4c 65 65 74 65 |by Michael Leete| 00000da0 22 0d 03 a2 2e f1 27 22 42 55 49 4c 44 20 74 68 |".....'"BUILD th| 00000db0 65 20 54 61 62 6c 65 61 75 20 69 6e 20 64 65 73 |e Tableau in des| 00000dc0 63 65 6e 64 69 6e 67 20 76 61 6c 75 65 73 22 0d |cending values".| 00000dd0 03 ac 2c f1 22 6f 66 20 74 68 65 20 73 61 6d 65 |..,."of the same| 00000de0 20 73 75 69 74 2e 20 54 72 61 6e 73 66 65 72 20 | suit. Transfer | 00000df0 63 61 72 64 73 20 66 72 6f 6d 22 0d 03 b6 2c f1 |cards from"...,.| 00000e00 22 63 6f 6c 75 6d 6e 20 74 6f 20 63 6f 6c 75 6d |"column to colum| 00000e10 6e 20 62 79 20 74 79 70 69 6e 67 20 74 68 65 20 |n by typing the | 00000e20 6e 75 6d 62 65 72 22 0d 03 c0 2d f1 22 6f 66 20 |number"...-."of | 00000e30 74 68 65 20 27 73 6f 75 72 63 65 27 20 63 6f 6c |the 'source' col| 00000e40 75 6d 6e 20 66 6f 6c 6c 6f 77 65 64 20 62 79 20 |umn followed by | 00000e50 74 68 65 22 0d 03 ca 25 f1 22 6e 75 6d 62 65 72 |the"...%."number| 00000e60 20 6f 66 20 74 68 65 20 27 74 61 72 67 65 74 27 | of the 'target'| 00000e70 20 63 6f 6c 75 6d 6e 2e 22 0d 03 d4 60 f1 3a f1 | column."...`.:.| 00000e80 22 45 6d 70 74 79 20 63 6f 6c 75 6d 6e 73 20 6d |"Empty columns m| 00000e90 61 79 20 62 65 20 66 69 6c 6c 65 64 20 77 69 74 |ay be filled wit| 00000ea0 68 20 4b 69 6e 67 73 22 3a f1 22 61 74 20 77 69 |h Kings":."at wi| 00000eb0 6c 6c 2e 20 20 41 6c 6c 20 74 68 65 20 63 61 72 |ll. All the car| 00000ec0 64 73 20 62 65 6c 6f 77 20 74 68 65 6d 22 3a f1 |ds below them":.| 00000ed0 22 67 6f 20 74 6f 6f 2e 22 0d 03 de 56 f1 27 22 |"go too."...V.'"| 00000ee0 57 68 65 6e 20 61 20 4b 69 6e 67 20 69 73 20 6d |When a King is m| 00000ef0 6f 76 65 64 2c 20 79 6f 75 20 61 72 65 20 61 73 |oved, you are as| 00000f00 6b 65 64 20 74 6f 22 3a f1 22 74 79 70 65 20 74 |ked to":."type t| 00000f10 68 65 20 73 75 69 74 20 79 6f 75 20 77 61 6e 74 |he suit you want| 00000f20 2c 20 69 6e 20 73 65 71 75 65 6e 63 65 2e 22 0d |, in sequence.".| 00000f30 03 e8 76 f1 27 22 49 66 20 61 20 63 6f 6c 75 6d |..v.'"If a colum| 00000f40 6e 20 62 65 63 6f 6d 65 73 20 6c 6f 6e 67 65 72 |n becomes longer| 00000f50 20 74 68 61 6e 20 74 77 65 6e 74 79 2d 22 3a f1 | than twenty-":.| 00000f60 22 6f 6e 65 20 63 61 72 64 73 2c 20 69 74 20 69 |"one cards, it i| 00000f70 73 20 63 6f 6e 74 69 6e 75 65 64 20 6f 6e 20 74 |s continued on t| 00000f80 68 65 20 72 69 67 68 74 22 3a f1 22 68 61 6e 64 |he right":."hand| 00000f90 20 73 69 64 65 20 6f 66 20 74 68 65 20 73 63 72 | side of the scr| 00000fa0 65 65 6e 2e 22 0d 03 f2 0a f2 73 70 61 63 65 0d |een.".....space.| 00000fb0 03 fc 05 e1 0d 04 06 0c dd f2 73 74 72 65 65 74 |..........street| 00000fc0 0d 04 10 21 db 3a f1 8a 31 30 2c 31 29 22 53 74 |...!.:..10,1)"St| 00000fd0 72 65 65 74 73 20 61 6e 64 20 41 6c 6c 65 79 73 |reets and Alleys| 00000fe0 22 0d 04 1a 1f f1 8a 31 30 2c 32 29 22 7e 7e 7e |"......10,2)"~~~| 00000ff0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 22 |~~~~~~~~~~~~~~~"| 00001000 0d 04 24 6f f1 27 22 54 48 49 53 20 69 73 20 61 |..$o.'"THIS is a| 00001010 20 76 61 72 69 61 6e 74 20 6f 66 20 42 65 6c 65 | variant of Bele| 00001020 61 67 75 65 72 65 64 20 43 61 73 74 6c 65 20 77 |aguered Castle w| 00001030 68 65 72 65 20 74 68 65 20 41 63 65 73 20 61 72 |here the Aces ar| 00001040 65 20 6e 6f 74 20 70 75 74 20 6f 75 74 20 61 6e |e not put out an| 00001050 64 20 69 73 20 20 20 61 20 73 6f 6d 65 77 68 61 |d is a somewha| 00001060 74 20 68 61 72 64 65 72 20 67 61 6d 65 2e 22 0d |t harder game.".| 00001070 04 2e 73 f1 27 22 54 68 65 20 61 63 65 73 20 77 |..s.'"The aces w| 00001080 69 6c 6c 20 6f 6e 6c 79 20 67 6f 20 6f 6e 20 74 |ill only go on t| 00001090 68 65 20 66 6f 75 6e 64 61 74 69 6f 6e 73 69 6e |he foundationsin| 000010a0 20 74 68 65 20 6f 72 64 65 72 20 28 74 6f 70 20 | the order (top | 000010b0 74 6f 20 62 6f 74 74 6f 6d 29 20 48 65 61 72 74 |to bottom) Heart| 000010c0 73 2c 20 20 20 20 53 70 61 64 65 73 2c 20 44 69 |s, Spades, Di| 000010d0 61 6d 6f 6e 64 73 20 61 6e 64 20 43 6c 75 62 73 |amonds and Clubs| 000010e0 2e 22 0d 04 38 8a f1 27 22 59 6f 75 72 20 73 63 |."..8..'"Your sc| 000010f0 6f 72 65 20 61 6e 64 20 73 74 61 74 69 73 74 69 |ore and statisti| 00001100 63 73 20 61 72 65 20 73 61 76 65 64 20 62 79 20 |cs are saved by | 00001110 20 70 72 65 73 73 69 6e 67 20 27 52 27 20 66 6f | pressing 'R' fo| 00001120 72 20 61 6e 6f 74 68 65 72 20 67 61 6d 65 20 61 |r another game a| 00001130 6e 64 20 6d 61 79 20 62 65 73 68 6f 77 6e 20 62 |nd may beshown b| 00001140 79 20 70 72 65 73 73 69 6e 67 20 27 53 27 20 6f |y pressing 'S' o| 00001150 72 20 6f 6e 20 63 6f 6d 70 6c 65 74 69 6f 6e 20 |r on completion | 00001160 20 6f 66 20 61 20 67 61 6d 65 2e 22 0d 04 42 0a | of a game."..B.| 00001170 f2 73 70 61 63 65 0d 04 4c 05 e1 0d ff |.space..L....| 0000117d