Multiplayer poker game. Example usage: ./pbot.py -v a,bots/p1.py b,bots/p1.py x,bots/p2.py y,bots/p2.py > example.txt Run internal tests with nosetests --with-doctest --doctest-test pbot pbotlib Profile with python -m cProfile -o profile ./pbot.py a,bots/p1.py b,bots/p1.py x,bots/p2.py y,bots/p2.py python -c 'import pstats; p = pstats.Stats("profile"); p.sort_stats("cumulative").print_stats(20)'