Hi folks,
We (the UofA Poker research group) have just released a few useful
java classes from Poki's source which others may find helpful in
building poker programs:
http://www.cs.ualberta.ca/~davidson/poker/src/
Classes:
Holdem - useful constants for holdem
Card
Hand
Deck
HandEvaluator - can evaluate hands in pure java, or, if
the shared library is available, will use
the GNU poker hand evaluator through java
native interface for increased speed.
Shared library:
http://www.cs.ualberta.ca/~davidson/poker/src/eval.html
Hopefully, we'll have more to release in the near future.
Enjoy,
Aaron