Skip to content

Releases: CharlieHess/slack-poker-bot

1.0.1

01 Oct 04:17
Compare
Choose a tag to compare

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

One Point Oh

09 Sep 04:35
Compare
Choose a tag to compare

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! 🎉

RC1

03 Sep 02:14
Compare
Choose a tag to compare
RC1

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

RC0

28 Aug 07:07
Compare
Choose a tag to compare
RC0

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

Legit Pots

18 Aug 08:19
Compare
Choose a tag to compare
Legit Pots Pre-release
Pre-release

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

Stacks on Stacks

02 Aug 22:04
Compare
Choose a tag to compare
Stacks on Stacks Pre-release
Pre-release

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

Playable

23 Jul 23:25
Compare
Choose a tag to compare
Playable Pre-release
Pre-release

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