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
- Host: GitHub
- URL: https://github.com/mdp/holidaypoker
- Owner: mdp
- Created: 2012-11-22T15:33:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-29T08:21:35.000Z (over 13 years ago)
- Last Synced: 2025-01-23T12:14:53.190Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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