Live data from Hacker News

Slack Poker Bot

github.com

21–30 of 100 posts

Re: Slack Poker Bot

#21
post #19
post #17

Earlier quoted context omitted.

is there a way to spin it so it'll be legal in the US?

It varies by state, but home poker games often aren't expressly illegal. The illegal aspect is often profiting off of running the poker game. As long as you don't implement a rake into the system and you are paying out the entire pot, you are probably good from a legal perspective although IANAL.

When I played poker at MSFT in WA state, another rule was that you couldn't bet truly blind. You had to at least look at your cards. To see your cards and bet was a 'game of skill', to not was 'gambling'.

Re: Slack Poker Bot

#23

Feature request! HipChat integration! Shoot, I'll just do it myself.

why not use a generic chatbot like errbot (http://errbot.net [shameless plug alert]) and get all the backends (hipchat, IRC, XMPP etc...) for free ? there are existing poker AIs in python to integrate with: https://github.com/mikaelbr/AI-Poker-Player

Re: Slack Poker Bot

#27
Nifty!

Why not define a bunch of custom emoji, one for each card, and use those instead of the big graphics at each turn? Would save massive bandwidth.

Re: Slack Poker Bot

#29
post #23

Feature request! HipChat integration! Shoot, I'll just do it myself.

why not use a generic chatbot like errbot ( http://errbot.net [shameless plug alert]) and get all the backends (hipchat, IRC, XMPP etc...) for free ? there are existing poker AIs in python to integrate with: https://github.com/mikaelbr/AI-Poker-Player

Because the fun part was writing the game logic, not the glue code. ;)
Post reply on HN