ibot wrote:
Hi Marc,
Do you have any tips on compiling the software?
It requires PokerTH, right?
I had a go a while back but hit a wall.. could easily be that i'm being stupid however.
Thanks
I'm currently using Visual C++ 2010 to compile it, under Windows 8. It doesn't require PokerTH, but I have reused parts of their code (intended for Linux) for the pure graphic user interface part, and the basic rules (stack and pot handling, giving cards to players....). PokerTH has also a "solo game" mode (against computer opponents), but I have completely rewritten this part of PokerTH, added a statistics module, and introduced the pokereval open source library in it. I 've created 4 different computer opponent's profiles, and I've also written a code for estimating the opponent's ranges (because pokereval estimate only chances again random cards, not against the estimated opponent range). If you download the complete source archive on sourceforge, you should be able to recompile it on Windows, or even Linux, without too much effort. Ask me if you encounter problems.