OOPS! - Texas Hold 'Em
OOPS! is a texas hold 'em server designed from the ground up to support both machine and humans playing towards the server.
Initially this was build to hold a local competition between friends to compare texas hold 'em machine AI capability. I made a huge understatement of the effort needed to build this "simple" texas hold 'em server, but several weeks (now years) later this is a working prototype.
Note that there may still be issues in current version.
If you want to create a bot against the server one tip is to add .xml
to the REST like urls. Then an XML variant of the same resource is available which is easier to parse.
For example.
https://ops.lounge.se/player/show/10
https://ops.lounge.se/player/show/10.xml
https://ops.lounge.se/game/show/6
https://ops.lounge.se/game/show/6.xml
Actions through HTTP POST can be found looking at the HTML forms used in the game.