An open API service indexing awesome lists of open source software.

https://github.com/mdp/holidaypoker

Holiday Machine Poker Tournament
https://github.com/mdp/holidaypoker

Last synced: 6 months ago
JSON representation

Holiday Machine Poker Tournament

Awesome Lists containing this project

README

          

## Install

git clone git://github.com/mdp/HolidayPoker.git
cd HolidayPoker
npm install # Install the neccessary libs
node tourny.js

## Holiday Poker Tournament

Currently we are running https://github.com/mdp/HolidayPoker/blob/master/tourny.js

Join the tournament by sending a pull request and adding yourself to the list.

Check out the Google Group for more info - https://groups.google.com/forum/?fromgroups#!forum/machine-poker

### Config for development

Check out https://github.com/mdp/HolidayPoker/blob/master/examples/tournament.js for more info
and setup options. You can build your own tournament using this as a template.

### Build your bot

Check [this guide on the wiki](https://github.com/mdp/MachinePoker/wiki) to start building your own bot

## Dependencies

- machine-poker >= 0.3.0
- nodejs >= 0.8.0