forked from christophschmalhofer/poker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathABOUT.TXT
45 lines (29 loc) · 1.48 KB
/
ABOUT.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
*******************************************************************************
* XPokerEval.Pokersource *
*******************************************************************************
DESCRIPTION:
The XPokerEval.Pokersource project builds the "LIBPOKER.LIB" or "LIBPOKER.DLL"
file from the Pokersource Poker-Eval source code (version 1.34.0). This is the
same core LIB/DLL you would get if you built Pokersource via the makefiles.
Note that this project is just one small piece of the Pokersource Poker-Eval
code. The full Pokersource Poker-Eval distribution is contained inside this
project's folder (that's XPokerEval/XPokerEval.Pokersource/), including various
test utilities such as:
- fish
- hcmpn
- hcmpn2
You can open all this source code in a single Visual Studio solution, the file
you want is POKER-EVAL.SLN.
Also...
The full source code for the Pokersource Java API can also be found in this folder
at:
/XPokerEval/XPokerEval.Pokersource/java
AUTHOR:
The Pokersource group (current maintainer: Loic Dachary [email protected])
http://www.pokersource.info
http://download.gna.org/pokersource/sources/
James Devlin (Visual Studio packaging)
http://www.codingthewheel.com/archives/poker-hand-evaluator-roundup
TEST HARNESS:
1. XPokerEval.PokerSource.Test
2. XPokerEval.Test3