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.