koutloup / NIKI

Poker Hand Evaluation Library for Java

Home Page:http://koutloup.github.com/NIKI/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

			   NIKI

a poker hand evaluation library for java

#########################################


SOURCE FILES

 - CPlot.java
   card plotter

 - Deck.java

 - Eva.java
   the evaluator

 - Hanalyzer
   handvalue analyzer

 - Hand.java

 - NikiConstants.java
   final class with private constructor to hold constants

 - EquityCalc.java
   the equity calculator


OTHER FILES

 - nonflush.ser
   serialized TLongIntHashMap with key => handvalues pairs
 

EXTERNAL LIBRARIES
 - GNU Trove (gnu.trove.map.hash.TLongIntHashMap)
   The Trove library provides high speed regular and primitive 
   collections for Java. 
   more information/download: http://trove.starlight-systems.com/

LICENSE
 see lgpl-3.0.txt

About

Poker Hand Evaluation Library for Java

http://koutloup.github.com/NIKI/


Languages

Language:Java 100.0%