CharlieHess / slack-poker-bot

A bot that deals Texas Hold'em games in Slack
MIT License
1.66k stars 207 forks source link

Improve handling for all-in actions #10

Open CharlieHess opened 9 years ago

CharlieHess commented 9 years ago

When a player bets all their chips, these actions are still labeled as "bets" or "raises." It would be helpful to note that these are all-ins, and provide an "all-in" action.

pstutes commented 9 years ago

@CharlieHess Would it be better to call it Push (p) ? http://poker.wikia.com/wiki/Push

CharlieHess commented 9 years ago

@pstutes: All poker clients that I know of use the term all-in.

tvb commented 9 years ago

+1 on all-in also, besides a (B) Bet option perhaps there should be an (A) All-in option?

rodrigoma commented 8 years ago

I created a pull request to my implementation https://github.com/CharlieHess/slack-poker-bot/pull/58