- NodeJS
- GO 1.4.2
Install:
git clone https://github.com/HackingMondays/MachinePoker.git
cd MachinePoker
sudo npm install -g coffee-script
sudo npm install -g bower
cd src/public/
bower install
cd ../..
start with: npm run server-open (on Windows, you need to run this command within cygwin bash)
Server URL:
http://localhost:8080/
Poker table (requires Flash):
http://localhost:8080/playViewer.html
On MacOS, you need to open firewall for bot.
git clone https://github.com/tischda/MachinePoker-goBot.git
cd MachinePoker-goBot
go get github.com/loganjspears/joker/hand
go build -o bin/gog .
bin/gog -port=":5000" -name="GOd of Gamblers"
Bot URL:
http://localhost:5000/bot/gog
This is another bot written in Node.js
git clone https://github.com/reyesr/rodribot-poker.git
cd rodribot-poker
npm install
/opt/local/bin/node index.js
Bot URL:
http://localhost:5000/bot/perfect-rodribot