home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / tab100 / readme.txt < prev    next >
Text File  |  1992-01-28  |  4KB  |  163 lines

  1. Tablenette (Vers 1.0)
  2. ---------------------
  3.  
  4. Developed for Christmas 1991.
  5.  
  6. Tablenette is released into the Public Domain and contains the
  7. Visual Basic Source code, not well documented and could well be
  8. improved. Hope it shows how far you can go though.
  9.  
  10. The Game
  11. --------
  12.  
  13. Tablenette is a game for 2 players, in this case the computer and you.
  14.  
  15. 6 cards are dealt to each player. 4 cards to the table, Jacks are not
  16. dealt to the table but placed on the bottom of the deck.
  17.  
  18. Non dealer plays first.
  19.  
  20. The object of the game is to remove cards from the table if possible.
  21. Cards can be removed if the following is true
  22.  
  23. 1. Cards are of equal rank to the card played.
  24.  
  25.     A player may remove as many cards of equal rank as are on
  26.     the table.
  27.  
  28. 2. 2 cards add up to the same value as the card played.
  29.  
  30.     Card Values are 2-10 Face Value, Ace 1 or 11, Jack 12, 
  31.     Queen 13, King 14. (Note Jacks are special see later).
  32.  
  33.     A player may only remove 1 set of equal value cards,
  34.     but can remove cards of equal rank at the same time.
  35.  
  36. Points are scored as follows for removed cards(including played card):
  37.  
  38.     Ace, King, Queen, Jack         1 Point    
  39.     10's(except 10 Diamonds)    1 point
  40.     2 clubs                1 point
  41.     10 Diamonds            2 points    
  42.  
  43. Removing all the cards from the table scores "Tablenette" and
  44. gains the player the face value of all cards involved.
  45.  
  46.  
  47. Examples:
  48.  
  49.  
  50. Table    10 Diamonds, 4 Spades, K Hearts, K Spades
  51.  
  52. Player     3 Diamonds, 6 Hearts, K Clubs, 10 Clubs, 8 Diamonds, A Spades
  53.  
  54.  
  55.     Alternative 1 --- Play 10 Clubs(remove 10 Spades)
  56.  
  57.         Points scored     10 Diamonds       2
  58.                 10 Clubs     1
  59.  
  60.                 Total         3
  61.  
  62.     Alternative 2 --- Play K Clubs(Remove All cards 10+4=14)
  63.  
  64.         Points Scored    10 Diamonds     2
  65.                 K Spades     1    
  66.                 K Hearts     1
  67.                 K Clubs         1
  68.                 4 Spades     0
  69.  
  70.             Tablenette
  71.                 10 Diamonds    10
  72.                 K Spades    14
  73.                 K Hearts    14
  74.                 K Clubs        14                
  75.                 4 Spades     4
  76.                 
  77.                 Total        61
  78.  
  79. Therefore true object of the game is to clear the table as 
  80. often as possible.
  81.  
  82. If you cannot, or do not wish to play a card(i.e playing a card leaves
  83. only 1 high card on table, giving opponent high chance to score
  84. Tablenette) then a card must be played to table, at the end of the
  85. existing cards.
  86.  
  87. Jacks
  88.  
  89. A Jack when played clears the table, however it does not score Tablenette.
  90. This forces opponent to play a single card to table giving you a good 
  91. chance to score Tablenette.
  92.  
  93. Once both players have played their 6 cards, 6 more are dealt to each
  94. player until the deck is empty.
  95.  
  96. When the last card in the deck is played any cards remaining on table are 
  97. picked up by the player who last picked up from the table.
  98.  
  99. If any player has pick up more than 27 cards 3 points are added to their
  100. score.
  101.  
  102. When the deck is empty the player with the highest score over 251 wins. If
  103. no one has greater than 251 play continues with a new dealer.
  104.  
  105.  
  106. Tactics
  107.  
  108.     1.    Play Jacks early in hand
  109.     2.    Try not to leave 1 high card on table
  110.         (unless 2 or 3 are already played)
  111.     3.    With 1 card on table if you have to discard then
  112.         try to score 12(since Jacks are special no card can 
  113.         clear 12 and score Tablenette) or over 14.
  114.  
  115. Method of Play in the game:
  116.  
  117. To Play drag your card to any of the face up table cards.
  118. To Discard drag your card to the face down card. 
  119.  
  120.  
  121. The Code
  122. --------
  123.  
  124. This game has been developed using MS Visual Basic and requires
  125. the following DLL's VBRUN100.DLL and VBCARDS.DLL both of which can be
  126. found on  the CompuServe MSBASIC forum.
  127.  
  128.  
  129.  
  130.  
  131. The Warrenty
  132. ------------
  133.  
  134. There is None, use at your own risk.
  135.  
  136. Bugs
  137. ----
  138.  
  139. We have played with the game for a while with no problems, however we are
  140. interested in stamping out the bugs as they arise, so if you get problems
  141. contact us via CompuServe mail as below. Suggestions and Improvements
  142. are also welcome.
  143.  
  144. The Company
  145. -----------
  146.  
  147.  
  148. Sycomp Limited
  149. 1 Stonecross
  150. St. Albans
  151. Herts, ENGLAND AL1 4AA
  152.  
  153. Tel: UK (0727) 47806
  154.      Intl +44 727 47806
  155. Fax: UK (0727) 834052
  156.      Intl +44 727 834052
  157.  
  158. Compuserve Mail: 100020,3472
  159.  
  160. We are specialist developers in the following areas:-
  161.  
  162. Graphical and Client Server Systems using MS Visual Basic, MS Quick C/Win,
  163. IS/2, SQL Server & IBM's Database Manager.