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.
Slack Poker Bot
21–30 of 100 posts
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
#22This is so good, I got it working in less than a minute. My team is going to have a blast with this.
Cool! Do you have a public server that's running the bot, or do you just run it on your local machine?
Re: Slack Poker Bot
#23Feature 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
#24This is pretty neat. I just hope no one gets in trouble at work playing poker.
Re: Slack Poker Bot
#25Re: Slack Poker Bot
#26Installed 30 minutes ago, entire team hooked
Re: Slack Poker Bot
#27Nifty!
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
#28Slack off with some poker!
Re: Slack Poker Bot
#29Feature 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. ;)