click image for larger viewclick image for larger view |
enter hand information into text area D
|
John,Doe,7h 3h 5h 4h 6h Micky,Mouse,9h qh jh 10h Ah Frank,Sinatra,jh 8d 7s 9s 8h |
A valid hand representation is made up of exactly five valid card representations seperated by one or more spaces.
A valid card representation is a value representation followed by a suit representation. These may be followed by a description which is very optional. A thought for the description is too have it for where a joker is wild and represents another card.\ Examples:
|
Value Representation | Suit Representation | Description(very optional) | ||
---|---|---|---|---|---|
2 to 9 | face cards 2 to 9 | h or H | hearts |
Can be anything as long as no spaces seperate if from value and suit representatioins.
The program does nothing with this except ignores it. The thought on adding this is that a representation AH(joker) could be used to note that a joker was wild and chosen to be represented a an ace of hearts. |
|
10 | 10 | d or D | diamonds | ||
j or J | Jack | s or S | spades | ||
q or Q | Queen | c or C | clubs | ||
k or K | King | ||||
a or A | Ace |