home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / EDUCATIO / POKSQ15.ZIP / POKERSQ.DOC < prev    next >
Encoding:
Text File  |  1991-03-01  |  2.1 KB  |  59 lines

  1.                ===============================
  2.                 P O K E R   S Q U A R E   1.5
  3.                ===============================
  4.                        requires EGA
  5.                  uses a mouse (if available)
  6.  
  7.                (c) SPETER Software, Feb 1991.
  8.  
  9.                 Please address any comments to
  10.                   Email:   steve@cad0.arch.unsw.oz.au
  11.  
  12. INTRODUCTION
  13.   This program is loosely based on a game I saw running on a Commodore Amiga.
  14.  
  15.   This program was written using Borland's Turbo Pascal.
  16.  
  17.   The game is played between two players who each receive (the same) 25 cards
  18.   and position them in a 5 x 5 grid, which makes up 10 hands of poker (5
  19.   horizontal and 5 vertical).  The winner is the player who gains a higher
  20.   total score for the 10 hands.
  21.  
  22.       Scores
  23.         35   Royal Flush
  24.         30   Running Flush
  25.         16   4 of a kind
  26.         12   Straight
  27.         10   Full House
  28.          6   3 of a kind
  29.          5   Flush
  30.          3   2 pairs
  31.          1   1 pair
  32.  
  33. ==============================================================================
  34. REGISTRATION
  35.   $10  To register the game.
  36.   $20  To register and receive the latest copy of the games disk.
  37.   $30  Register, receive latest copy of games disk and
  38.        CARD-ED (a "drawing" program that can be used to edit the cards).
  39.  
  40.   If sending a cheque etc is difficult then feel free to substitute something
  41.   else, for example  mint postage stamps, or other (light-weight) items!
  42.  
  43.  
  44. TURBO PASCAL UNITS
  45.   If you would like a copy of the Unit for reading and displaying the cards,
  46.   send $25 to the address below.  This does not include the source, it only
  47.   includes the TPU file, sample programs and notes which explain how the unit
  48.   can be included in your own (EGA graphics) card programs.
  49.  
  50. ==============================================================================
  51.    please address any comments to:        steve@cad0.arch.unsw.oz.au
  52.  
  53.    SPETER Software
  54.    PO BOX 643
  55.    LANE COVE
  56.    N.S.W.   2066
  57.    AUSTRALIA
  58. ==============================================================================
  59.