Slack Poker Bot Versions Save

A bot that deals Texas Hold'em games in Slack

v1.0.1

8 years ago

This release includes the following:

  • Another attempt at opening DM's (cannot read property 'send' of undefined)
  • Now rendering png rather than jpeg's, for efficiency
  • Heroku deploy fixed by pinning to node 0.12.7

v1.0

8 years ago

This release fixes bugs around DM channels and all-in actions, and adds support for configurable player timeout. To start a game without player timeout:

@<your-bot-name>: config timeout=0
@<your-bot-name>: deal

Enjoy! :tada:

v0.95

8 years ago

This release fixes many of the troublesome bugs from RC0 and improves the experience with card suit emoji and options to deploy to Heroku.

v0.9

8 years ago

DM channels have to be opened first. :disappointed: Handle some other bugs as well.

v0.8

8 years ago

This release makes the pot calculations more correct, and adds support for side pots and split pots.

v0.7

8 years ago

This release adds support for chip stacks, pot calculations, and declaring a winner.

v0.5

8 years ago

This release tags a playable bot. It can do all of the following:

  • Initiate a game and poll players to join
  • Handle player order, blinds, and basic betting actions
  • Send player's pocket cards as a DM
  • Display board images
  • Determine the best hand

It still lacks support for:

  • Chip stacks / bet amounts
  • All-ins
  • Split pots