SamplePokerBot-Scala
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Scala bot for playing poker at oorby.com
This is a sample, written in scala with no other lib dependencies, for playing poker against the oorby.com API.

To use it, compile it with:
scalac SampleBot.scala

and run it:
scala BotRunner botname devkey

This bot just plays randomly. To add in your own poker logic, create your own bot class and implement decideNextAction() (see CallBot and RandomBot for examples). Then, update BotRunner to use your bot instead of RandomBot.


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。