Skip to content

ses4j/THEbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THEbot

A Texas Hold'em poker software library.

Copyright (C) 2011 Scott Stafford

Currently, the only code in this module is the bootstrapping code necessary to build a database of hands that maps to their "pokerval", which is a 32-bit number that can be compared to other pokervals to see which hand is better. This library is therefore useful to do rapid comparisons of many hands.

Dependencies

Getting Started

For maximum performance, install Python 2.6 and the psyco module. It will work fine without, but it will run faster with it.

To play with the library, first run 'database_generator.py' without arguments. It will run for a while, generating databases used to compute and compare poker hands.

About

A Texas Hold'em poker software library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages