Poker Hutchison Point System
- Poker Hutchison Point System Definition
- Poker Hutchison Point System Chart
- Poker Hutchison Point Systems
Hutchison Points Edward Hutchison invented the point counts for Omaha poker in 1997. He wrote an article in Canadian Poker Monthly that described a point count system which could be used for Omaha poker. Introduction - Hutchinson ´s online poker point system. The online poker point system and thereby this online poker strategy, which is examined next, is very easy to learn and will prepare you for your first Texas Hold'em game at online poker tables. The point system splits your cards up into numbers or point values, and it is the sum total. Hutchinson Point Count System for Omaha High/Low // Published by Luke. In 1997 Edward Hutchinson published a formula in Canadian Poker Monthly for determining which starting hands in Omaha high/low are significantly more likely to win than random hands. I used it extensively when I was learning to play and think it is worth a read for all new players.
- CONSTRUCTOR
- METHODS
Games::Poker::Omaha::Hutchison - Hutchison method for scoring Omaha hands
This module implements the Hutchison Omaha Point System for evaluating starting hands in Omaha poker, as described at http://www.thepokerforum.com/omahasystem.htm
new
This takes 4 cards, expresed as a single string. The 'pip value' of the card should be 2-9,T,J,Q,K or A, and the suit, of course, s, h, c or d.
hand_score
This returns the number of points assigned to the hand by this System. This figure is roughly equivalent to the percentage chance of this turning into a winning hand in a 10 player game, where each player plays until the end. See the URL above for more information.
flush_score / pair_score / straight_score
The final hand_score() is made up from three component scores, for suited cards, paired cards, and straight cards. These component scores can also be accessed individually.
Tony Bowden, based on the rules created by Edward Hutchison.
Please direct all correspondence regarding this module to: bug-Games-Poker-Omaha-Hutchison@rt.cpan.org
Poker Hutchison Point System Definition
This is based on the version at http://www.thepokerforum.com/omahasystem.htm
Poker Hutchison Point System Chart
An alternative version is available at http://erh.homestead.com/omaha.html
To install Games::Poker::Omaha::Hutchison, copy and paste the appropriate command in to your terminal.
Poker Hutchison Point Systems
For more information on module installation, please visit the detailed CPAN module installation guide.