spears wrote:
Well I think
https://bitbucket.org/cubeia/cubeia-poker-agpl does just that. But you'd better hurry because they are about to close source it if they haven't already.
Hi spears,
ok, I have checked out the cubeia-poker and started the following steps from the Readme
mkdir cubeia
cd cubeia
hg clone
https://bitbucket.org/cubeia/cubeia-poker poker
cd poker
mvn clean install
cd system/uar
mvn firebase:run -Dhibernate.hbm2ddl.auto=create
But during these steps there comes many Errors up.
After hours of checking I give up to find the Errors.
Then I asked Google and found:
http://www.flashpoker.it/There is a nice PHP Poker script for free.
http://www.flashpoker.it/index/ (the online Demo)
The installing on my webserver was fast.
Now I will try to add my AI e.g. as ACPC Interface to the PHP Script.
When there are any interrests, I could share the additional Code here later.
Tom