CharlieHess / slack-poker-bot

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

Math update #53

Closed hubdotcom closed 8 years ago

hubdotcom commented 8 years ago

Since the bot serves an image for each round of play, there would be slightly more images in total!

3 card images: (52x51x50) 132,600

4 card images: (52x51x50x49) 6,497,400

5 card images: (52x51x50x49x48) 311,875,200

= 318,505,200

CharlieHess commented 8 years ago

Ha, I love that this is a PR. Your math checks out!

hubdotcom commented 8 years ago

:+1: