Class Summary |
AAAIPlayer |
A player used to connect the AAAI bots to the server. |
GUIPlayer |
This class allows for the packaged Swordfish GUI to be connected as a Player. |
HandRankComparator |
The HandRankComparator is used to rank the players based on their current hand
rank, set by the dealer evaluation of thier hands at showdown. |
Player |
The Player class represents the players in the game. |
PositionComparator |
Compares the positions of the players. |
PotCommitedComparator |
The PotCommitedComparator is used to get the least amout a player in a showdown
commited to the pot. |
RandomLimitPlayer |
The RandomLimitPlayer is an extention on the RandomPlayer. |
RandomNoLimitPlayer |
The RandomNoLimit player class is a version of the RandomPlayer for NoLimit
Texas Holdem
The Player will perform a random action based on a seed, a random seed or a
string of weights ("1,1,1") being the uniform weighted string for f,c,r. |
RandomPlayer |
An Abstract class used to define some specific properties about Random Players
such as thier RNG and thier fold call and raise weights. |
SeatComparator |
Compares the positions of the players. |
SocketPlayer |
The SocketPlayer class allows for players to connect to the game via socket. |
StreamConnect |
If a program called by Process sends data to stdout
which is not read, it blocks. |
StringPlayer |
A Player used for testing purposes that takes an action string "|" delimited
and will play those actions until the string has run out, then it will play
the default action of call |