Holdem bot is a NodeJS based Texas Hold'em simulator designed to be a testbed for poker strategies, analysis, and any other poker related data question you might have.
- MongoDB running on the standard port (27017)
- NodeJS (currently tested up to Node v5.10.0)
Everything you need to know to get up and running with MongoDB can be found here: docs.mongodb.org
Clone the repository and run NPM install
$ git clone https://github.com/treyreynolds/holdem-bot holdem-bot
$ cd holdem-bot
$ npm install
Make sure MongoDB is running (in another terminal)
$ mongod
We have a small shell script that should help you get the app up and running. If you're ambitious go out and get yourself a gulp or grunt script up and running on this bad boy. If you're not ambitious, you'll just do this:
Please note that this WILL take 30-90 seconds to start because it loads the entire odds database of every possible Texas Hold'em hand into memory
$ ./bin/www