Package ca.ualberta.cs.poker.free.dynamics

This package contains the code that deals with the rules of a game (hand) of poker.

See:
          Description

Class Summary
Card  
HandAnalysis  
MatchStateMessage  
PokerDynamics  
 

Enum Summary
Card.Rank An enumeration class for Rank.
Card.Suit An enumeration class for Suit.
HandAnalysis.HandType  
 

Package ca.ualberta.cs.poker.free.dynamics Description

This package contains the code that deals with the rules of a game (hand) of poker. In particular, the PokerDynamics code maintains the state of the game. The HandAnalysis code compares to hands to see which is better. The Card class represents a card in a standard deck. The MatchStateMessage does basic parsing of a match state message.