Skip to content

treyreynolds/holdem-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holdem Bot - A Texas Hold'em Poker Simulator

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.

Dependencies

  • 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

Installation

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

Run the App

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

Screenshots

Simulation Hand

Login

About

Texas Hold'em Bot in Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published