But card values aren't worth spit in poker. It's card combinations that you have to worry about, and calculate for. For instance, what's the chance of filling 2-3-4-5 on the turn, or on the river? Against 4-4? Or A-A? AAArrgh!
-----Original Message----- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 2:59 PM To: CF-Talk Subject: Re: ordering Poker hands On 11/7/06, Tony <[EMAIL PROTECTED]> wrote: > make faces = 10 > make aces = 1 or 11 You would need to give every card in the deck a number with a letter next to them for suit. face cards as 10 would work for blackjack but that's it. 2-h, 2-d, 2-s, 2-c 6-h, 6-d, 6-s, 6-c 12-h, 12-d, 12-s, 12-c You could also do some math here and label all cards 1 - 52 and determine suit from where the number falls in the deck. Need to count those straight flush hands!!! :-) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259509 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

