poker-engine is a Python library that implements
poker rules according to variants and betting
structures specified in configuration files. It is
designed to be used by a multiplayer poker server,
a poker AI, or a poker client.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release fixes a bug that blocks a tournament in breakwait state. It fixes a bug that prevented balancing tables at the beginning of a tournament. It fixes a bug that invoked extra callbacks when balancing tables at the beginning of a tournament. It fixes a bug that balanced games while waiting for decisions to muck.