Home » Archimedes archive » Acorn Computing » 1994 11 subscription disc.adf » 9411s » BeebDisk/66IB
BeebDisk/66IB
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 » Archimedes archive » Acorn Computing » 1994 11 subscription disc.adf » 9411s |
Filename: | BeebDisk/66IB |
Read OK: | ✔ |
File size: | 15A6 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Acorn Computing » 1994 11 subscription disc.adf » 9411s » BeebDisk/66IB
- AEW website » mu » mu_5_25_discs_Micro_User_12_09_D-MU12_09.ssd » 66IB
File contents
10REM Sixty Six Instruction 20REM by M.Bobrowski 4'94 30: 40MODE7:VDU23;8202;0;0;0;:FORY%=1TO2:PRINTTAB(13,Y%)CHR$141CHR$129"Sixty Six":NEXT:PRINTTAB(5,24)CHR$131"Press SPACE BAR to continue"; 50VDU28,0,22,39,4 60PRINT"Sixty Six is an old German game played with a pack of 24 cards (from Aces to Nines). The values of the cards are as follows: Ace - 11, Ten - 10, King - 4, Queen - 3, Jack - 2, Nine - 0." 70PRINT"In each round, the opponents lay their cards, one at a time, trying to win tricks. The values of the cards in the tricks are summed up. Additional points may be obtained if a player announces" 80PRINT"that he has a pair in his hand, i.e."'"the King and the Queen of the same suit.The first player to reach 66 points is a winner of the round. Usually several rounds have to be played to constitute a final winner of the game." 90PRINT"In this version, the computer plays one of the hands, and will prove a tough opponent to beat.";:REPEAT UNTIL GET=32:CLS 100PRINT"At the start of each round six cards are dealt to both, the player and the computer. The top card of the pack is then turned face up and covered partly with a pile containing the rest cards" 110PRINT"of the pack. This card is of a great importance as it defines the current trump suit." 120PRINT"A card is then played by one of the players and the opponent may lay the card of the same suit but with a higher value or the card of the current trump suit to win the trick. Otherwise the" 130PRINT"opponent loses the trick."''"�A card to be played or discarded are �selected by pressing the number shown �beneath it.�";:REPEAT UNTIL GET=32:CLS 140PRINT"To fill the hands up to six cards, the player who wins a trick picks up the topcard of the pack, and the other player gets the next one.�(This operation is �done automatically by the computer).�" 150PRINT"Furthermore, whoever wins a trick"'"becomes the lead for the next go."''"�The order of playing is checked by"'"�the computer and displayed in the"'"�text window." 160PRINT'"If the player owns�the Nine of trump� in the hand, he can, but may not, swap"'"this card with the bottom card of the"'"pack (i.e. with that card which is"'"layed face up). However, to make such" 170PRINT"a swap, the player has to win one trick at least.";:REPEAT UNTIL GET=32:CLS 180PRINT"When a player owns a�pair�in his hand (the Queen and King of the same suit), he should�announce it�by leading with �the Queen�which is a member of the"'"pair�(just press the number displayed" 190PRINT"�underneath the Queen in question)�and by pressing the�Y�key in reply to the prompt that appears in the text window."''"If the pair is the one of the trump"'"suit, the player will obtain�40�points" 200PRINT"as a bonus. With the pair of any other suit, only�20�points are added to the"'"score. Again, to announce a pair, the player has to win one trick at least.";:REPEAT UNTIL GET=32:CLS 210PRINT"As long as the�pack is not empty�either player may play or discard�any�card."'"For example, it is possible to counter the opponent's card with a trump (and to win a trick), even though the player" 220PRINT"could follow the suit of the card"'"played by his opponent. Also there is no need to lay down the card of the"'"trump suit in a case when a player has no card of the opponent's suit.":REPEAT UNTIL GET=32:CLS 230PRINT"When the�pack is empty�the round is"'"continued with a decreasing number of cards, until no card remains in either hand. However, with a moment of the"'"pack exhaustion, the rules of the game"'"are a little different." 240PRINT"Firstly, when replying the opponent's"'"lead, a player has to follow the suit."'"Secondly, if a player has no card of"'"the suit of the lead, then he must lay down a card of the current trump suit" 250PRINT"(of course, the latter rule applies to situations when a player has any trump card in the hand).":REPEAT UNTIL GET=32:CLS 260PRINT"During the play, a player can�stop the �round,�if he has reached 66 points, or more, in the tricks he has won. To do so just�press the 0 key�instead of the keys 1-6." 270PRINT"When the 0 key has been pressed a check is made, and if the player really has scored at least 66 points, then the"'"round is over and the player is"'"announced the winner, even though his opponent has collected more points." 280PRINT"However, when the round has been "'"stopped and the player's score is less than 66, a penalty of 10 points is"'"executed and the round is continued to the end. (It is therefore advisable to" 290PRINT"count carefully the points during the game).";:REPEAT UNTIL GET=32:CLS 300PRINT"When a round is over and the loser has not won even a trick, then the winner gains�3 match points.�If the loser's score is less than 33 (but not zero), then�2 match points�are given to the" 310PRINT"winner. In any other case,�1 match pointis awarded to the winner."'"The game is eventually over when one of the players collect�8 match points�or"'"more." 320PRINT'"�The rules may seem a little daunting �when written down but, as ever, the"'"�easiest way of becoming familiar with"'"�the game is to play it.�":REPEAT UNTIL GET=32:CLS 330PRINTTAB(10)"�Some useful hints�"''"(i) When laying your first card, it's"'"advisable to play one of the low value."''"(ii) Until the pack is not empty, try to save single Queens or single Kings - you may pick up the complementary" 340PRINT"card, which will make the pair with"'"your Queen or King, in the next goes."''"(iii) Try to save your trump cards -"'"don't use them all up at the start"'"unless it's vital." 350PRINT'"�And remember that the computer plays"'"�quite intelligently, but if you think �carefully - and luck is on your side"'"�- you can win.�";:REPEAT UNTIL GET=32 360PAGE=&1100:CHAIN"66LB"
� Sixty Six Instruction � by M.Bobrowski 4'94 : (f�7:�23;8202;0;0;0;:�Y%=1�2:�13,Y%)�141�129"Sixty Six":�:�5,24)�131"Press SPACE BAR to continue"; 2�28,0,22,39,4 <��"Sixty Six is an old German game played with a pack of 24 cards (from Aces to Nines). The values of the cards are as follows: Ace - 11, Ten - 10, King - 4, Queen - 3, Jack - 2, Nine - 0." F��"In each round, the opponents lay their cards, one at a time, trying to win tricks. The values of the cards in the tricks are summed up. Additional points may be obtained if a player announces" P��"that he has a pair in his hand, i.e."'"the King and the Queen of the same suit.The first player to reach 66 points is a winner of the round. Usually several rounds have to be played to constitute a final winner of the game." Zt�"In this version, the computer plays one of the hands, and will prove a tough opponent to beat.";:� � �=32:� d��"At the start of each round six cards are dealt to both, the player and the computer. The top card of the pack is then turned face up and covered partly with a pile containing the rest cards" nb�"of the pack. This card is of a great importance as it defines the current trump suit." x��"A card is then played by one of the players and the opponent may lay the card of the same suit but with a higher value or the card of the current trump suit to win the trick. Otherwise the" ���"opponent loses the trick."''"�A card to be played or discarded are �selected by pressing the number shown �beneath it.�";:� � �=32:� ���"To fill the hands up to six cards, the player who wins a trick picks up the topcard of the pack, and the other player gets the next one.�(This operation is �done automatically by the computer).�" ���"Furthermore, whoever wins a trick"'"becomes the lead for the next go."''"�The order of playing is checked by"'"�the computer and displayed in the"'"�text window." ���'"If the player owns�the Nine of trump� in the hand, he can, but may not, swap"'"this card with the bottom card of the"'"pack (i.e. with that card which is"'"layed face up). However, to make such" �D�"a swap, the player has to win one trick at least.";:� � �=32:� ���"When a player owns a�pair�in his hand (the Queen and King of the same suit), he should�announce it�by leading with �the Queen�which is a member of the"'"pair�(just press the number displayed" ���"�underneath the Queen in question)�and by pressing the�Y�key in reply to the prompt that appears in the text window."''"If the pair is the one of the trump"'"suit, the player will obtain�40�points" Ȱ�"as a bonus. With the pair of any other suit, only�20�points are added to the"'"score. Again, to announce a pair, the player has to win one trick at least.";:� � �=32:� ���"As long as the�pack is not empty�either player may play or discard�any�card."'"For example, it is possible to counter the opponent's card with a trump (and to win a trick), even though the player" ���"could follow the suit of the card"'"played by his opponent. Also there is no need to lay down the card of the"'"trump suit in a case when a player has no card of the opponent's suit.":� � �=32:� ���"When the�pack is empty�the round is"'"continued with a decreasing number of cards, until no card remains in either hand. However, with a moment of the"'"pack exhaustion, the rules of the game"'"are a little different." ���"Firstly, when replying the opponent's"'"lead, a player has to follow the suit."'"Secondly, if a player has no card of"'"the suit of the lead, then he must lay down a card of the current trump suit" �t�"(of course, the latter rule applies to situations when a player has any trump card in the hand).":� � �=32:� ��"During the play, a player can�stop the �round,�if he has reached 66 points, or more, in the tricks he has won. To do so just�press the 0 key�instead of the keys 1-6." ��"When the 0 key has been pressed a check is made, and if the player really has scored at least 66 points, then the"'"round is over and the player is"'"announced the winner, even though his opponent has collected more points." ��"However, when the round has been "'"stopped and the player's score is less than 66, a penalty of 10 points is"'"executed and the round is continued to the end. (It is therefore advisable to" "A�"count carefully the points during the game).";:� � �=32:� ,��"When a round is over and the loser has not won even a trick, then the winner gains�3 match points.�If the loser's score is less than 33 (but not zero), then�2 match points�are given to the" 6��"winner. In any other case,�1 match pointis awarded to the winner."'"The game is eventually over when one of the players collect�8 match points�or"'"more." @��'"�The rules may seem a little daunting �when written down but, as ever, the"'"�easiest way of becoming familiar with"'"�the game is to play it.�":� � �=32:� J��10)"�Some useful hints�"''"(i) When laying your first card, it's"'"advisable to play one of the low value."''"(ii) Until the pack is not empty, try to save single Queens or single Kings - you may pick up the complementary" T��"card, which will make the pair with"'"your Queen or King, in the next goes."''"(iii) Try to save your trump cards -"'"don't use them all up at the start"'"unless it's vital." ^��'"�And remember that the computer plays"'"�quite intelligently, but if you think �carefully - and luck is on your side"'"�- you can win.�";:� � �=32 h�=&1100:�"66LB" �
00000000 0d 00 0a 1b f4 20 53 69 78 74 79 20 53 69 78 20 |..... Sixty Six | 00000010 49 6e 73 74 72 75 63 74 69 6f 6e 0d 00 14 19 f4 |Instruction.....| 00000020 20 62 79 20 4d 2e 42 6f 62 72 6f 77 73 6b 69 20 | by M.Bobrowski | 00000030 34 27 39 34 0d 00 1e 05 3a 0d 00 28 66 eb 37 3a |4'94....:..(f.7:| 00000040 ef 32 33 3b 38 32 30 32 3b 30 3b 30 3b 30 3b 3a |.23;8202;0;0;0;:| 00000050 e3 59 25 3d 31 b8 32 3a f1 8a 31 33 2c 59 25 29 |.Y%=1.2:..13,Y%)| 00000060 bd 31 34 31 bd 31 32 39 22 53 69 78 74 79 20 53 |.141.129"Sixty S| 00000070 69 78 22 3a ed 3a f1 8a 35 2c 32 34 29 bd 31 33 |ix":.:..5,24).13| 00000080 31 22 50 72 65 73 73 20 53 50 41 43 45 20 42 41 |1"Press SPACE BA| 00000090 52 20 74 6f 20 63 6f 6e 74 69 6e 75 65 22 3b 0d |R to continue";.| 000000a0 00 32 11 ef 32 38 2c 30 2c 32 32 2c 33 39 2c 34 |.2..28,0,22,39,4| 000000b0 0d 00 3c c5 f1 22 53 69 78 74 79 20 53 69 78 20 |..<.."Sixty Six | 000000c0 69 73 20 61 6e 20 6f 6c 64 20 47 65 72 6d 61 6e |is an old German| 000000d0 20 67 61 6d 65 20 70 6c 61 79 65 64 20 20 77 69 | game played wi| 000000e0 74 68 20 61 20 70 61 63 6b 20 6f 66 20 32 34 20 |th a pack of 24 | 000000f0 63 61 72 64 73 20 28 66 72 6f 6d 20 41 63 65 73 |cards (from Aces| 00000100 20 74 6f 20 20 20 4e 69 6e 65 73 29 2e 20 54 68 | to Nines). Th| 00000110 65 20 76 61 6c 75 65 73 20 6f 66 20 74 68 65 20 |e values of the | 00000120 63 61 72 64 73 20 61 72 65 20 61 73 20 20 66 6f |cards are as fo| 00000130 6c 6c 6f 77 73 3a 20 41 63 65 20 2d 20 31 31 2c |llows: Ace - 11,| 00000140 20 54 65 6e 20 2d 20 31 30 2c 20 4b 69 6e 67 20 | Ten - 10, King | 00000150 2d 20 34 2c 20 20 51 75 65 65 6e 20 2d 20 33 2c |- 4, Queen - 3,| 00000160 20 4a 61 63 6b 20 2d 20 32 2c 20 4e 69 6e 65 20 | Jack - 2, Nine | 00000170 2d 20 30 2e 22 0d 00 46 cc f1 22 49 6e 20 65 61 |- 0."..F.."In ea| 00000180 63 68 20 72 6f 75 6e 64 2c 20 74 68 65 20 6f 70 |ch round, the op| 00000190 70 6f 6e 65 6e 74 73 20 6c 61 79 20 74 68 65 69 |ponents lay thei| 000001a0 72 20 20 63 61 72 64 73 2c 20 6f 6e 65 20 61 74 |r cards, one at| 000001b0 20 61 20 74 69 6d 65 2c 20 74 72 79 69 6e 67 20 | a time, trying | 000001c0 74 6f 20 77 69 6e 20 20 20 20 20 74 72 69 63 6b |to win trick| 000001d0 73 2e 20 54 68 65 20 76 61 6c 75 65 73 20 6f 66 |s. The values of| 000001e0 20 74 68 65 20 63 61 72 64 73 20 69 6e 20 74 68 | the cards in th| 000001f0 65 20 20 74 72 69 63 6b 73 20 61 72 65 20 73 75 |e tricks are su| 00000200 6d 6d 65 64 20 75 70 2e 20 41 64 64 69 74 69 6f |mmed up. Additio| 00000210 6e 61 6c 20 70 6f 69 6e 74 73 20 6d 61 79 20 62 |nal points may b| 00000220 65 20 6f 62 74 61 69 6e 65 64 20 69 66 20 61 20 |e obtained if a | 00000230 70 6c 61 79 65 72 20 61 6e 6e 6f 75 6e 63 65 73 |player announces| 00000240 22 0d 00 50 e9 f1 22 74 68 61 74 20 68 65 20 68 |"..P.."that he h| 00000250 61 73 20 61 20 70 61 69 72 20 69 6e 20 68 69 73 |as a pair in his| 00000260 20 68 61 6e 64 2c 20 69 2e 65 2e 22 27 22 74 68 | hand, i.e."'"th| 00000270 65 20 4b 69 6e 67 20 61 6e 64 20 74 68 65 20 51 |e King and the Q| 00000280 75 65 65 6e 20 6f 66 20 74 68 65 20 73 61 6d 65 |ueen of the same| 00000290 20 73 75 69 74 2e 54 68 65 20 66 69 72 73 74 20 | suit.The first | 000002a0 70 6c 61 79 65 72 20 74 6f 20 72 65 61 63 68 20 |player to reach | 000002b0 36 36 20 70 6f 69 6e 74 73 20 69 73 20 20 61 20 |66 points is a | 000002c0 77 69 6e 6e 65 72 20 6f 66 20 74 68 65 20 72 6f |winner of the ro| 000002d0 75 6e 64 2e 20 55 73 75 61 6c 6c 79 20 73 65 76 |und. Usually sev| 000002e0 65 72 61 6c 20 20 72 6f 75 6e 64 73 20 68 61 76 |eral rounds hav| 000002f0 65 20 74 6f 20 62 65 20 70 6c 61 79 65 64 20 74 |e to be played t| 00000300 6f 20 63 6f 6e 73 74 69 74 75 74 65 20 20 61 20 |o constitute a | 00000310 66 69 6e 61 6c 20 77 69 6e 6e 65 72 20 6f 66 20 |final winner of | 00000320 74 68 65 20 67 61 6d 65 2e 22 0d 00 5a 74 f1 22 |the game."..Zt."| 00000330 49 6e 20 74 68 69 73 20 76 65 72 73 69 6f 6e 2c |In this version,| 00000340 20 74 68 65 20 63 6f 6d 70 75 74 65 72 20 70 6c | the computer pl| 00000350 61 79 73 20 6f 6e 65 20 6f 66 20 74 68 65 20 68 |ays one of the h| 00000360 61 6e 64 73 2c 20 61 6e 64 20 77 69 6c 6c 20 70 |ands, and will p| 00000370 72 6f 76 65 20 61 20 74 6f 75 67 68 20 20 20 20 |rove a tough | 00000380 6f 70 70 6f 6e 65 6e 74 20 74 6f 20 62 65 61 74 |opponent to beat| 00000390 2e 22 3b 3a f5 20 fd 20 a5 3d 33 32 3a db 0d 00 |.";:. . .=32:...| 000003a0 64 cc f1 22 41 74 20 74 68 65 20 73 74 61 72 74 |d.."At the start| 000003b0 20 6f 66 20 65 61 63 68 20 72 6f 75 6e 64 20 73 | of each round s| 000003c0 69 78 20 63 61 72 64 73 20 20 20 20 61 72 65 20 |ix cards are | 000003d0 64 65 61 6c 74 20 74 6f 20 62 6f 74 68 2c 20 74 |dealt to both, t| 000003e0 68 65 20 70 6c 61 79 65 72 20 61 6e 64 20 74 68 |he player and th| 000003f0 65 20 20 20 63 6f 6d 70 75 74 65 72 2e 20 54 68 |e computer. Th| 00000400 65 20 74 6f 70 20 63 61 72 64 20 6f 66 20 74 68 |e top card of th| 00000410 65 20 70 61 63 6b 20 69 73 20 20 20 74 68 65 6e |e pack is then| 00000420 20 74 75 72 6e 65 64 20 66 61 63 65 20 75 70 20 | turned face up | 00000430 61 6e 64 20 63 6f 76 65 72 65 64 20 70 61 72 74 |and covered part| 00000440 6c 79 20 20 77 69 74 68 20 61 20 70 69 6c 65 20 |ly with a pile | 00000450 63 6f 6e 74 61 69 6e 69 6e 67 20 74 68 65 20 72 |containing the r| 00000460 65 73 74 20 63 61 72 64 73 22 0d 00 6e 62 f1 22 |est cards"..nb."| 00000470 6f 66 20 74 68 65 20 70 61 63 6b 2e 20 54 68 69 |of the pack. Thi| 00000480 73 20 63 61 72 64 20 69 73 20 6f 66 20 61 20 67 |s card is of a g| 00000490 72 65 61 74 20 20 20 20 69 6d 70 6f 72 74 61 6e |reat importan| 000004a0 63 65 20 61 73 20 69 74 20 64 65 66 69 6e 65 73 |ce as it defines| 000004b0 20 74 68 65 20 63 75 72 72 65 6e 74 20 20 20 20 | the current | 000004c0 74 72 75 6d 70 20 73 75 69 74 2e 22 0d 00 78 cb |trump suit."..x.| 000004d0 f1 22 41 20 63 61 72 64 20 69 73 20 74 68 65 6e |."A card is then| 000004e0 20 70 6c 61 79 65 64 20 62 79 20 6f 6e 65 20 6f | played by one o| 000004f0 66 20 74 68 65 20 20 20 20 20 70 6c 61 79 65 72 |f the player| 00000500 73 20 61 6e 64 20 74 68 65 20 6f 70 70 6f 6e 65 |s and the oppone| 00000510 6e 74 20 6d 61 79 20 6c 61 79 20 74 68 65 20 20 |nt may lay the | 00000520 20 20 63 61 72 64 20 6f 66 20 74 68 65 20 73 61 | card of the sa| 00000530 6d 65 20 73 75 69 74 20 62 75 74 20 77 69 74 68 |me suit but with| 00000540 20 61 20 68 69 67 68 65 72 20 76 61 6c 75 65 20 | a higher value | 00000550 6f 72 20 74 68 65 20 63 61 72 64 20 6f 66 20 74 |or the card of t| 00000560 68 65 20 63 75 72 72 65 6e 74 20 74 72 75 6d 70 |he current trump| 00000570 20 20 73 75 69 74 20 74 6f 20 77 69 6e 20 74 68 | suit to win th| 00000580 65 20 74 72 69 63 6b 2e 20 4f 74 68 65 72 77 69 |e trick. Otherwi| 00000590 73 65 20 74 68 65 22 0d 00 82 8d f1 22 6f 70 70 |se the"....."opp| 000005a0 6f 6e 65 6e 74 20 6c 6f 73 65 73 20 74 68 65 20 |onent loses the | 000005b0 74 72 69 63 6b 2e 22 27 27 22 86 41 20 63 61 72 |trick."''".A car| 000005c0 64 20 74 6f 20 62 65 20 70 6c 61 79 65 64 20 6f |d to be played o| 000005d0 72 20 64 69 73 63 61 72 64 65 64 20 61 72 65 20 |r discarded are | 000005e0 20 20 86 73 65 6c 65 63 74 65 64 20 62 79 20 70 | .selected by p| 000005f0 72 65 73 73 69 6e 67 20 74 68 65 20 6e 75 6d 62 |ressing the numb| 00000600 65 72 20 73 68 6f 77 6e 20 20 86 62 65 6e 65 61 |er shown .benea| 00000610 74 68 20 69 74 2e 87 22 3b 3a f5 20 fd 20 a5 3d |th it..";:. . .=| 00000620 33 32 3a db 0d 00 8c cd f1 22 54 6f 20 66 69 6c |32:......"To fil| 00000630 6c 20 74 68 65 20 68 61 6e 64 73 20 75 70 20 74 |l the hands up t| 00000640 6f 20 73 69 78 20 63 61 72 64 73 2c 20 74 68 65 |o six cards, the| 00000650 20 20 70 6c 61 79 65 72 20 77 68 6f 20 77 69 6e | player who win| 00000660 73 20 61 20 74 72 69 63 6b 20 70 69 63 6b 73 20 |s a trick picks | 00000670 75 70 20 74 68 65 20 74 6f 70 63 61 72 64 20 6f |up the topcard o| 00000680 66 20 74 68 65 20 70 61 63 6b 2c 20 61 6e 64 20 |f the pack, and | 00000690 74 68 65 20 6f 74 68 65 72 20 70 6c 61 79 65 72 |the other player| 000006a0 20 20 67 65 74 73 20 74 68 65 20 6e 65 78 74 20 | gets the next | 000006b0 6f 6e 65 2e 82 28 54 68 69 73 20 6f 70 65 72 61 |one..(This opera| 000006c0 74 69 6f 6e 20 69 73 20 20 20 82 64 6f 6e 65 20 |tion is .done | 000006d0 61 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 62 79 |automatically by| 000006e0 20 74 68 65 20 63 6f 6d 70 75 74 65 72 29 2e 87 | the computer)..| 000006f0 22 0d 00 96 a8 f1 22 46 75 72 74 68 65 72 6d 6f |"....."Furthermo| 00000700 72 65 2c 20 77 68 6f 65 76 65 72 20 77 69 6e 73 |re, whoever wins| 00000710 20 61 20 74 72 69 63 6b 22 27 22 62 65 63 6f 6d | a trick"'"becom| 00000720 65 73 20 74 68 65 20 6c 65 61 64 20 66 6f 72 20 |es the lead for | 00000730 74 68 65 20 6e 65 78 74 20 67 6f 2e 22 27 27 22 |the next go."''"| 00000740 82 54 68 65 20 6f 72 64 65 72 20 6f 66 20 70 6c |.The order of pl| 00000750 61 79 69 6e 67 20 69 73 20 63 68 65 63 6b 65 64 |aying is checked| 00000760 20 62 79 22 27 22 82 74 68 65 20 63 6f 6d 70 75 | by"'".the compu| 00000770 74 65 72 20 61 6e 64 20 64 69 73 70 6c 61 79 65 |ter and displaye| 00000780 64 20 69 6e 20 74 68 65 22 27 22 82 74 65 78 74 |d in the"'".text| 00000790 20 77 69 6e 64 6f 77 2e 22 0d 00 a0 cb f1 27 22 | window.".....'"| 000007a0 49 66 20 74 68 65 20 70 6c 61 79 65 72 20 6f 77 |If the player ow| 000007b0 6e 73 85 74 68 65 20 4e 69 6e 65 20 6f 66 20 74 |ns.the Nine of t| 000007c0 72 75 6d 70 87 20 20 20 69 6e 20 74 68 65 20 68 |rump. in the h| 000007d0 61 6e 64 2c 20 68 65 20 63 61 6e 2c 20 62 75 74 |and, he can, but| 000007e0 20 6d 61 79 20 6e 6f 74 2c 20 73 77 61 70 22 27 | may not, swap"'| 000007f0 22 74 68 69 73 20 63 61 72 64 20 77 69 74 68 20 |"this card with | 00000800 74 68 65 20 62 6f 74 74 6f 6d 20 63 61 72 64 20 |the bottom card | 00000810 6f 66 20 74 68 65 22 27 22 70 61 63 6b 20 28 69 |of the"'"pack (i| 00000820 2e 65 2e 20 77 69 74 68 20 74 68 61 74 20 63 61 |.e. with that ca| 00000830 72 64 20 77 68 69 63 68 20 69 73 22 27 22 6c 61 |rd which is"'"la| 00000840 79 65 64 20 66 61 63 65 20 75 70 29 2e 20 48 6f |yed face up). Ho| 00000850 77 65 76 65 72 2c 20 74 6f 20 6d 61 6b 65 20 73 |wever, to make s| 00000860 75 63 68 22 0d 00 aa 44 f1 22 61 20 73 77 61 70 |uch"...D."a swap| 00000870 2c 20 74 68 65 20 70 6c 61 79 65 72 20 68 61 73 |, the player has| 00000880 20 74 6f 20 77 69 6e 20 6f 6e 65 20 74 72 69 63 | to win one tric| 00000890 6b 20 61 74 20 6c 65 61 73 74 2e 22 3b 3a f5 20 |k at least.";:. | 000008a0 fd 20 a5 3d 33 32 3a db 0d 00 b4 ca f1 22 57 68 |. .=32:......"Wh| 000008b0 65 6e 20 61 20 70 6c 61 79 65 72 20 6f 77 6e 73 |en a player owns| 000008c0 20 61 85 70 61 69 72 87 69 6e 20 68 69 73 20 68 | a.pair.in his h| 000008d0 61 6e 64 20 20 20 28 74 68 65 20 51 75 65 65 6e |and (the Queen| 000008e0 20 61 6e 64 20 4b 69 6e 67 20 6f 66 20 74 68 65 | and King of the| 000008f0 20 73 61 6d 65 20 73 75 69 74 29 2c 20 20 68 65 | same suit), he| 00000900 20 73 68 6f 75 6c 64 81 61 6e 6e 6f 75 6e 63 65 | should.announce| 00000910 20 69 74 87 62 79 20 6c 65 61 64 69 6e 67 20 77 | it.by leading w| 00000920 69 74 68 20 20 20 81 74 68 65 20 51 75 65 65 6e |ith .the Queen| 00000930 87 77 68 69 63 68 20 69 73 20 61 20 6d 65 6d 62 |.which is a memb| 00000940 65 72 20 6f 66 20 74 68 65 22 27 22 70 61 69 72 |er of the"'"pair| 00000950 82 28 6a 75 73 74 20 70 72 65 73 73 20 74 68 65 |.(just press the| 00000960 20 6e 75 6d 62 65 72 20 64 69 73 70 6c 61 79 65 | number displaye| 00000970 64 22 0d 00 be ce f1 22 82 75 6e 64 65 72 6e 65 |d".....".underne| 00000980 61 74 68 20 74 68 65 20 51 75 65 65 6e 20 69 6e |ath the Queen in| 00000990 20 71 75 65 73 74 69 6f 6e 29 87 61 6e 64 20 20 | question).and | 000009a0 62 79 20 70 72 65 73 73 69 6e 67 20 74 68 65 81 |by pressing the.| 000009b0 59 87 6b 65 79 20 69 6e 20 72 65 70 6c 79 20 74 |Y.key in reply t| 000009c0 6f 20 74 68 65 20 20 20 70 72 6f 6d 70 74 20 74 |o the prompt t| 000009d0 68 61 74 20 61 70 70 65 61 72 73 20 69 6e 20 74 |hat appears in t| 000009e0 68 65 20 74 65 78 74 20 77 69 6e 64 6f 77 2e 22 |he text window."| 000009f0 27 27 22 49 66 20 74 68 65 20 70 61 69 72 20 69 |''"If the pair i| 00000a00 73 20 74 68 65 20 6f 6e 65 20 6f 66 20 74 68 65 |s the one of the| 00000a10 20 74 72 75 6d 70 22 27 22 73 75 69 74 2c 20 74 | trump"'"suit, t| 00000a20 68 65 20 70 6c 61 79 65 72 20 77 69 6c 6c 20 6f |he player will o| 00000a30 62 74 61 69 6e 85 34 30 87 70 6f 69 6e 74 73 22 |btain.40.points"| 00000a40 0d 00 c8 b0 f1 22 61 73 20 61 20 62 6f 6e 75 73 |....."as a bonus| 00000a50 2e 20 57 69 74 68 20 74 68 65 20 70 61 69 72 20 |. With the pair | 00000a60 6f 66 20 61 6e 79 20 6f 74 68 65 72 20 20 73 75 |of any other su| 00000a70 69 74 2c 20 6f 6e 6c 79 85 32 30 87 70 6f 69 6e |it, only.20.poin| 00000a80 74 73 20 61 72 65 20 61 64 64 65 64 20 74 6f 20 |ts are added to | 00000a90 74 68 65 22 27 22 73 63 6f 72 65 2e 20 41 67 61 |the"'"score. Aga| 00000aa0 69 6e 2c 20 74 6f 20 61 6e 6e 6f 75 6e 63 65 20 |in, to announce | 00000ab0 61 20 70 61 69 72 2c 20 74 68 65 20 20 20 70 6c |a pair, the pl| 00000ac0 61 79 65 72 20 68 61 73 20 74 6f 20 77 69 6e 20 |ayer has to win | 00000ad0 6f 6e 65 20 74 72 69 63 6b 20 61 74 20 6c 65 61 |one trick at lea| 00000ae0 73 74 2e 22 3b 3a f5 20 fd 20 a5 3d 33 32 3a db |st.";:. . .=32:.| 00000af0 0d 00 d2 cd f1 22 41 73 20 6c 6f 6e 67 20 61 73 |....."As long as| 00000b00 20 74 68 65 85 70 61 63 6b 20 69 73 20 6e 6f 74 | the.pack is not| 00000b10 20 65 6d 70 74 79 87 65 69 74 68 65 72 20 70 6c | empty.either pl| 00000b20 61 79 65 72 20 6d 61 79 20 70 6c 61 79 20 6f 72 |ayer may play or| 00000b30 20 64 69 73 63 61 72 64 86 61 6e 79 87 63 61 72 | discard.any.car| 00000b40 64 2e 22 27 22 46 6f 72 20 65 78 61 6d 70 6c 65 |d."'"For example| 00000b50 2c 20 69 74 20 69 73 20 70 6f 73 73 69 62 6c 65 |, it is possible| 00000b60 20 74 6f 20 63 6f 75 6e 74 65 72 20 20 74 68 65 | to counter the| 00000b70 20 6f 70 70 6f 6e 65 6e 74 27 73 20 63 61 72 64 | opponent's card| 00000b80 20 77 69 74 68 20 61 20 74 72 75 6d 70 20 28 61 | with a trump (a| 00000b90 6e 64 20 20 20 74 6f 20 77 69 6e 20 61 20 74 72 |nd to win a tr| 00000ba0 69 63 6b 29 2c 20 65 76 65 6e 20 74 68 6f 75 67 |ick), even thoug| 00000bb0 68 20 74 68 65 20 70 6c 61 79 65 72 22 0d 00 dc |h the player"...| 00000bc0 cb f1 22 63 6f 75 6c 64 20 66 6f 6c 6c 6f 77 20 |.."could follow | 00000bd0 74 68 65 20 73 75 69 74 20 6f 66 20 74 68 65 20 |the suit of the | 00000be0 63 61 72 64 22 27 22 70 6c 61 79 65 64 20 62 79 |card"'"played by| 00000bf0 20 68 69 73 20 6f 70 70 6f 6e 65 6e 74 2e 20 41 | his opponent. A| 00000c00 6c 73 6f 20 74 68 65 72 65 20 69 73 20 20 20 6e |lso there is n| 00000c10 6f 20 6e 65 65 64 20 74 6f 20 6c 61 79 20 64 6f |o need to lay do| 00000c20 77 6e 20 74 68 65 20 63 61 72 64 20 6f 66 20 74 |wn the card of t| 00000c30 68 65 22 27 22 74 72 75 6d 70 20 73 75 69 74 20 |he"'"trump suit | 00000c40 69 6e 20 61 20 63 61 73 65 20 77 68 65 6e 20 61 |in a case when a| 00000c50 20 70 6c 61 79 65 72 20 68 61 73 20 20 6e 6f 20 | player has no | 00000c60 63 61 72 64 20 6f 66 20 74 68 65 20 6f 70 70 6f |card of the oppo| 00000c70 6e 65 6e 74 27 73 20 73 75 69 74 2e 22 3a f5 20 |nent's suit.":. | 00000c80 fd 20 a5 3d 33 32 3a db 0d 00 e6 e3 f1 22 57 68 |. .=32:......"Wh| 00000c90 65 6e 20 74 68 65 85 70 61 63 6b 20 69 73 20 65 |en the.pack is e| 00000ca0 6d 70 74 79 87 74 68 65 20 72 6f 75 6e 64 20 69 |mpty.the round i| 00000cb0 73 22 27 22 63 6f 6e 74 69 6e 75 65 64 20 77 69 |s"'"continued wi| 00000cc0 74 68 20 61 20 64 65 63 72 65 61 73 69 6e 67 20 |th a decreasing | 00000cd0 6e 75 6d 62 65 72 20 6f 66 20 20 20 63 61 72 64 |number of card| 00000ce0 73 2c 20 75 6e 74 69 6c 20 6e 6f 20 63 61 72 64 |s, until no card| 00000cf0 20 72 65 6d 61 69 6e 73 20 69 6e 20 65 69 74 68 | remains in eith| 00000d00 65 72 20 20 68 61 6e 64 2e 20 48 6f 77 65 76 65 |er hand. Howeve| 00000d10 72 2c 20 77 69 74 68 20 61 20 6d 6f 6d 65 6e 74 |r, with a moment| 00000d20 20 6f 66 20 74 68 65 22 27 22 70 61 63 6b 20 65 | of the"'"pack e| 00000d30 78 68 61 75 73 74 69 6f 6e 2c 20 74 68 65 20 72 |xhaustion, the r| 00000d40 75 6c 65 73 20 6f 66 20 74 68 65 20 67 61 6d 65 |ules of the game| 00000d50 22 27 22 61 72 65 20 61 20 6c 69 74 74 6c 65 20 |"'"are a little | 00000d60 64 69 66 66 65 72 65 6e 74 2e 22 0d 00 f0 cc f1 |different.".....| 00000d70 22 46 69 72 73 74 6c 79 2c 20 77 68 65 6e 20 72 |"Firstly, when r| 00000d80 65 70 6c 79 69 6e 67 20 74 68 65 20 6f 70 70 6f |eplying the oppo| 00000d90 6e 65 6e 74 27 73 22 27 22 6c 65 61 64 2c 20 61 |nent's"'"lead, a| 00000da0 20 70 6c 61 79 65 72 20 68 61 73 20 74 6f 20 66 | player has to f| 00000db0 6f 6c 6c 6f 77 20 74 68 65 20 73 75 69 74 2e 22 |ollow the suit."| 00000dc0 27 22 53 65 63 6f 6e 64 6c 79 2c 20 69 66 20 61 |'"Secondly, if a| 00000dd0 20 70 6c 61 79 65 72 20 68 61 73 20 6e 6f 20 63 | player has no c| 00000de0 61 72 64 20 6f 66 22 27 22 74 68 65 20 73 75 69 |ard of"'"the sui| 00000df0 74 20 6f 66 20 74 68 65 20 6c 65 61 64 2c 20 74 |t of the lead, t| 00000e00 68 65 6e 20 68 65 20 6d 75 73 74 20 6c 61 79 20 |hen he must lay | 00000e10 20 64 6f 77 6e 20 61 20 63 61 72 64 20 6f 66 20 | down a card of | 00000e20 74 68 65 20 63 75 72 72 65 6e 74 20 74 72 75 6d |the current trum| 00000e30 70 20 73 75 69 74 22 0d 00 fa 74 f1 22 28 6f 66 |p suit"...t."(of| 00000e40 20 63 6f 75 72 73 65 2c 20 74 68 65 20 6c 61 74 | course, the lat| 00000e50 74 65 72 20 72 75 6c 65 20 61 70 70 6c 69 65 73 |ter rule applies| 00000e60 20 74 6f 20 20 73 69 74 75 61 74 69 6f 6e 73 20 | to situations | 00000e70 77 68 65 6e 20 61 20 70 6c 61 79 65 72 20 68 61 |when a player ha| 00000e80 73 20 61 6e 79 20 74 72 75 6d 70 20 20 63 61 72 |s any trump car| 00000e90 64 20 69 6e 20 74 68 65 20 68 61 6e 64 29 2e 22 |d in the hand)."| 00000ea0 3a f5 20 fd 20 a5 3d 33 32 3a db 0d 01 04 b0 f1 |:. . .=32:......| 00000eb0 22 44 75 72 69 6e 67 20 74 68 65 20 70 6c 61 79 |"During the play| 00000ec0 2c 20 61 20 70 6c 61 79 65 72 20 63 61 6e 85 73 |, a player can.s| 00000ed0 74 6f 70 20 74 68 65 20 20 85 72 6f 75 6e 64 2c |top the .round,| 00000ee0 87 69 66 20 68 65 20 68 61 73 20 72 65 61 63 68 |.if he has reach| 00000ef0 65 64 20 36 36 20 70 6f 69 6e 74 73 2c 20 6f 72 |ed 66 points, or| 00000f00 20 6d 6f 72 65 2c 20 69 6e 20 74 68 65 20 74 72 | more, in the tr| 00000f10 69 63 6b 73 20 68 65 20 68 61 73 20 77 6f 6e 2e |icks he has won.| 00000f20 20 54 6f 20 64 6f 20 20 20 73 6f 20 6a 75 73 74 | To do so just| 00000f30 82 70 72 65 73 73 20 74 68 65 20 30 20 6b 65 79 |.press the 0 key| 00000f40 87 69 6e 73 74 65 61 64 20 6f 66 20 74 68 65 20 |.instead of the | 00000f50 20 6b 65 79 73 20 31 2d 36 2e 22 0d 01 0e ea f1 | keys 1-6.".....| 00000f60 22 57 68 65 6e 20 74 68 65 20 30 20 6b 65 79 20 |"When the 0 key | 00000f70 68 61 73 20 62 65 65 6e 20 70 72 65 73 73 65 64 |has been pressed| 00000f80 20 61 20 63 68 65 63 6b 20 69 73 20 6d 61 64 65 | a check is made| 00000f90 2c 20 61 6e 64 20 69 66 20 74 68 65 20 70 6c 61 |, and if the pla| 00000fa0 79 65 72 20 72 65 61 6c 6c 79 20 68 61 73 20 20 |yer really has | 00000fb0 20 73 63 6f 72 65 64 20 61 74 20 6c 65 61 73 74 | scored at least| 00000fc0 20 36 36 20 70 6f 69 6e 74 73 2c 20 74 68 65 6e | 66 points, then| 00000fd0 20 74 68 65 22 27 22 72 6f 75 6e 64 20 69 73 20 | the"'"round is | 00000fe0 6f 76 65 72 20 61 6e 64 20 74 68 65 20 70 6c 61 |over and the pla| 00000ff0 79 65 72 20 69 73 22 27 22 61 6e 6e 6f 75 6e 63 |yer is"'"announc| 00001000 65 64 20 74 68 65 20 77 69 6e 6e 65 72 2c 20 65 |ed the winner, e| 00001010 76 65 6e 20 74 68 6f 75 67 68 20 68 69 73 20 20 |ven though his | 00001020 20 6f 70 70 6f 6e 65 6e 74 20 68 61 73 20 63 6f | opponent has co| 00001030 6c 6c 65 63 74 65 64 20 6d 6f 72 65 20 70 6f 69 |llected more poi| 00001040 6e 74 73 2e 22 0d 01 18 c6 f1 22 48 6f 77 65 76 |nts."....."Howev| 00001050 65 72 2c 20 77 68 65 6e 20 74 68 65 20 72 6f 75 |er, when the rou| 00001060 6e 64 20 68 61 73 20 62 65 65 6e 20 22 27 22 73 |nd has been "'"s| 00001070 74 6f 70 70 65 64 20 61 6e 64 20 74 68 65 20 70 |topped and the p| 00001080 6c 61 79 65 72 27 73 20 73 63 6f 72 65 20 69 73 |layer's score is| 00001090 20 6c 65 73 73 20 20 74 68 61 6e 20 36 36 2c 20 | less than 66, | 000010a0 61 20 70 65 6e 61 6c 74 79 20 6f 66 20 31 30 20 |a penalty of 10 | 000010b0 70 6f 69 6e 74 73 20 69 73 22 27 22 65 78 65 63 |points is"'"exec| 000010c0 75 74 65 64 20 61 6e 64 20 74 68 65 20 72 6f 75 |uted and the rou| 000010d0 6e 64 20 69 73 20 63 6f 6e 74 69 6e 75 65 64 20 |nd is continued | 000010e0 74 6f 20 20 74 68 65 20 65 6e 64 2e 20 28 49 74 |to the end. (It| 000010f0 20 69 73 20 74 68 65 72 65 66 6f 72 65 20 61 64 | is therefore ad| 00001100 76 69 73 61 62 6c 65 20 74 6f 22 0d 01 22 41 f1 |visable to".."A.| 00001110 22 63 6f 75 6e 74 20 63 61 72 65 66 75 6c 6c 79 |"count carefully| 00001120 20 74 68 65 20 70 6f 69 6e 74 73 20 64 75 72 69 | the points duri| 00001130 6e 67 20 74 68 65 20 20 20 67 61 6d 65 29 2e 22 |ng the game)."| 00001140 3b 3a f5 20 fd 20 a5 3d 33 32 3a db 0d 01 2c cb |;:. . .=32:...,.| 00001150 f1 22 57 68 65 6e 20 61 20 72 6f 75 6e 64 20 69 |."When a round i| 00001160 73 20 6f 76 65 72 20 61 6e 64 20 74 68 65 20 6c |s over and the l| 00001170 6f 73 65 72 20 68 61 73 20 20 6e 6f 74 20 77 6f |oser has not wo| 00001180 6e 20 65 76 65 6e 20 61 20 74 72 69 63 6b 2c 20 |n even a trick, | 00001190 74 68 65 6e 20 74 68 65 20 77 69 6e 6e 65 72 20 |then the winner | 000011a0 20 20 67 61 69 6e 73 86 33 20 6d 61 74 63 68 20 | gains.3 match | 000011b0 70 6f 69 6e 74 73 2e 87 49 66 20 74 68 65 20 6c |points..If the l| 000011c0 6f 73 65 72 27 73 20 20 20 20 73 63 6f 72 65 20 |oser's score | 000011d0 69 73 20 6c 65 73 73 20 74 68 61 6e 20 33 33 20 |is less than 33 | 000011e0 28 62 75 74 20 6e 6f 74 20 20 7a 65 72 6f 29 2c |(but not zero),| 000011f0 20 20 74 68 65 6e 86 32 20 6d 61 74 63 68 20 70 | then.2 match p| 00001200 6f 69 6e 74 73 87 61 72 65 20 67 69 76 65 6e 20 |oints.are given | 00001210 74 6f 20 74 68 65 22 0d 01 36 a0 f1 22 77 69 6e |to the"..6.."win| 00001220 6e 65 72 2e 20 49 6e 20 61 6e 79 20 6f 74 68 65 |ner. In any othe| 00001230 72 20 63 61 73 65 2c 86 31 20 6d 61 74 63 68 20 |r case,.1 match | 00001240 70 6f 69 6e 74 69 73 20 61 77 61 72 64 65 64 20 |pointis awarded | 00001250 74 6f 20 74 68 65 20 77 69 6e 6e 65 72 2e 22 27 |to the winner."'| 00001260 22 54 68 65 20 67 61 6d 65 20 69 73 20 65 76 65 |"The game is eve| 00001270 6e 74 75 61 6c 6c 79 20 6f 76 65 72 20 77 68 65 |ntually over whe| 00001280 6e 20 6f 6e 65 20 6f 66 20 74 68 65 20 70 6c 61 |n one of the pla| 00001290 79 65 72 73 20 63 6f 6c 6c 65 63 74 86 38 20 6d |yers collect.8 m| 000012a0 61 74 63 68 20 70 6f 69 6e 74 73 87 6f 72 22 27 |atch points.or"'| 000012b0 22 6d 6f 72 65 2e 22 0d 01 40 a4 f1 27 22 85 54 |"more."..@..'".T| 000012c0 68 65 20 72 75 6c 65 73 20 6d 61 79 20 73 65 65 |he rules may see| 000012d0 6d 20 61 20 6c 69 74 74 6c 65 20 64 61 75 6e 74 |m a little daunt| 000012e0 69 6e 67 20 20 20 85 77 68 65 6e 20 77 72 69 74 |ing .when writ| 000012f0 74 65 6e 20 64 6f 77 6e 20 62 75 74 2c 20 61 73 |ten down but, as| 00001300 20 65 76 65 72 2c 20 74 68 65 22 27 22 85 65 61 | ever, the"'".ea| 00001310 73 69 65 73 74 20 77 61 79 20 6f 66 20 62 65 63 |siest way of bec| 00001320 6f 6d 69 6e 67 20 66 61 6d 69 6c 69 61 72 20 77 |oming familiar w| 00001330 69 74 68 22 27 22 85 74 68 65 20 67 61 6d 65 20 |ith"'".the game | 00001340 69 73 20 74 6f 20 70 6c 61 79 20 69 74 2e 87 22 |is to play it.."| 00001350 3a f5 20 fd 20 a5 3d 33 32 3a db 0d 01 4a e8 f1 |:. . .=32:...J..| 00001360 8a 31 30 29 22 83 53 6f 6d 65 20 75 73 65 66 75 |.10)".Some usefu| 00001370 6c 20 68 69 6e 74 73 87 22 27 27 22 28 69 29 20 |l hints."''"(i) | 00001380 57 68 65 6e 20 6c 61 79 69 6e 67 20 79 6f 75 72 |When laying your| 00001390 20 66 69 72 73 74 20 63 61 72 64 2c 20 69 74 27 | first card, it'| 000013a0 73 22 27 22 61 64 76 69 73 61 62 6c 65 20 74 6f |s"'"advisable to| 000013b0 20 70 6c 61 79 20 6f 6e 65 20 6f 66 20 74 68 65 | play one of the| 000013c0 20 6c 6f 77 20 76 61 6c 75 65 2e 22 27 27 22 28 | low value."''"(| 000013d0 69 69 29 20 55 6e 74 69 6c 20 74 68 65 20 70 61 |ii) Until the pa| 000013e0 63 6b 20 69 73 20 6e 6f 74 20 65 6d 70 74 79 2c |ck is not empty,| 000013f0 20 74 72 79 20 20 20 74 6f 20 73 61 76 65 20 73 | try to save s| 00001400 69 6e 67 6c 65 20 51 75 65 65 6e 73 20 6f 72 20 |ingle Queens or | 00001410 73 69 6e 67 6c 65 20 4b 69 6e 67 73 20 20 20 2d |single Kings -| 00001420 20 79 6f 75 20 6d 61 79 20 70 69 63 6b 20 75 70 | you may pick up| 00001430 20 74 68 65 20 63 6f 6d 70 6c 65 6d 65 6e 74 61 | the complementa| 00001440 72 79 22 0d 01 54 b4 f1 22 63 61 72 64 2c 20 77 |ry"..T.."card, w| 00001450 68 69 63 68 20 77 69 6c 6c 20 6d 61 6b 65 20 74 |hich will make t| 00001460 68 65 20 70 61 69 72 20 77 69 74 68 22 27 22 79 |he pair with"'"y| 00001470 6f 75 72 20 51 75 65 65 6e 20 6f 72 20 4b 69 6e |our Queen or Kin| 00001480 67 2c 20 69 6e 20 74 68 65 20 6e 65 78 74 20 67 |g, in the next g| 00001490 6f 65 73 2e 22 27 27 22 28 69 69 69 29 20 54 72 |oes."''"(iii) Tr| 000014a0 79 20 74 6f 20 73 61 76 65 20 79 6f 75 72 20 74 |y to save your t| 000014b0 72 75 6d 70 20 63 61 72 64 73 20 2d 22 27 22 64 |rump cards -"'"d| 000014c0 6f 6e 27 74 20 75 73 65 20 74 68 65 6d 20 61 6c |on't use them al| 000014d0 6c 20 75 70 20 61 74 20 74 68 65 20 73 74 61 72 |l up at the star| 000014e0 74 22 27 22 75 6e 6c 65 73 73 20 69 74 27 73 20 |t"'"unless it's | 000014f0 76 69 74 61 6c 2e 22 0d 01 5e 9a f1 27 22 86 41 |vital."..^..'".A| 00001500 6e 64 20 72 65 6d 65 6d 62 65 72 20 74 68 61 74 |nd remember that| 00001510 20 74 68 65 20 63 6f 6d 70 75 74 65 72 20 70 6c | the computer pl| 00001520 61 79 73 22 27 22 86 71 75 69 74 65 20 69 6e 74 |ays"'".quite int| 00001530 65 6c 6c 69 67 65 6e 74 6c 79 2c 20 62 75 74 20 |elligently, but | 00001540 69 66 20 79 6f 75 20 74 68 69 6e 6b 20 20 86 63 |if you think .c| 00001550 61 72 65 66 75 6c 6c 79 20 2d 20 61 6e 64 20 6c |arefully - and l| 00001560 75 63 6b 20 69 73 20 6f 6e 20 79 6f 75 72 20 73 |uck is on your s| 00001570 69 64 65 22 27 22 86 2d 20 79 6f 75 20 63 61 6e |ide"'".- you can| 00001580 20 77 69 6e 2e 87 22 3b 3a f5 20 fd 20 a5 3d 33 | win..";:. . .=3| 00001590 32 0d 01 68 13 d0 3d 26 31 31 30 30 3a d7 22 36 |2..h..=&1100:."6| 000015a0 36 4c 42 22 0d ff |6LB"..| 000015a6