poker.git
2010-12-07 W. Trevor KingAdd pbotlib.odds. master
2010-12-07 W. Trevor KingMove *.py into new pbot package.
2010-12-07 W. Trevor KingMove bots/hole_bot into new pbotlib package.
2010-12-07 W. Trevor Kingdeck.DECK -> deck.new_deck() to avoid globals (better...
2010-12-07 W. Trevor Kingbots/hole_bot.py should not be executable.
2010-12-07 W. Trevor KingAdd profiling hints to README.
2010-12-07 W. Trevor KingRemove unused cruft from combinations.py
2010-12-07 W. Trevor KingRemove empty HoleBot log files.
2010-12-07 W. Trevor KingAdd .gitignore ignoring *.pyc files.
2010-12-07 W. Trevor KingAdd simple README demonstrating usage and testing.
2010-12-07 W. Trevor KingCleanup bot code.
2010-12-07 W. Trevor KingFix folding logic in table.Player.decide().
2010-12-07 W. Trevor KingPrint bot stderr if a bot dies before ending.
2010-12-07 W. Trevor KingCopy the player list in pbot.py so we kill all players.
2010-12-07 W. Trevor KingAdd docstrings and doctests to pbot.py + Python cleanups.
2010-12-07 W. Trevor KingAdd docstrings and doctests to table.py + Python cleanups.
2010-12-07 W. Trevor KingAdd docstrings and doctests to deck.py + Python cleanups.
2010-12-07 W. Trevor KingAdd docstrings and doctests to combinations.py.
2010-12-06 Travis HoppeBegan versioning.