Package com.asdf.plugins.pokergames

In-built pokergame implementation.

See:
          Description

Interface Summary
GameInfo  
Player Interface for players and bots to implement for receiving updates and to be asked for actions.
PlayerInfo interface for getting all the public information concerning one player
 

Class Summary
BestHand This class stores the array positions of the cards involved in the best hand.
Card A class to efficiently represent a traditional playing card from a 52 card deck.
Deck Represents a traditional 52 card deck with no jokers.
EvalTables Loads and stores precalculated tables to be used for evaluating poker hands
Hand container for cards
HandEval This class evaluates poker hands with methods eval_5cards and eval_7cards.
 

Package com.asdf.plugins.pokergames Description

In-built pokergame implementation. Acts as a base for different poker variants such as Texas Hold'em.