Skip to content

Commit

Permalink
improved markdown and content of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ses4j committed Dec 22, 2011
1 parent 76bbb08 commit 32053d0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@ THEbot
======

A Texas Hold'em poker software library.
Copyright (C) 2011 Scott Stafford

_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
------------
Python 2.x (tested with 2.6 and 2.7)
probstat for Python: http://sourceforge.net/projects/probstat/
The Windows .pyd file is included in this repository for convenience.
(optional) psyco: Latest Binaries available at http://www.voidspace.org.uk/python/modules.shtml.
* Python 2.x (tested with 2.6 and 2.7)
* probstat for Python: http://sourceforge.net/projects/probstat/ (The Windows .pyd
file is included in this repository for convenience.)
* (optional) psyco: Latest Binaries available at http://www.voidspace.org.uk/python/modules.shtml.

Getting Started
---------------
Expand Down

0 comments on commit 32053d0

Please sign in to comment.