-
Odd behavior here. Halfway through a trial game, the card response began rendering as only `,` rather than as the text representation and images. Screenshots and log output from Heroku below.
![scree…
-
Sorry I didn't just create a pull request, but I'm on my mobile.
I believe the shuffle algorithm here is incorrect: https://github.com/CharlieHess/slack-poker-bot/blob/master/src/deck.js
My understa…
-
We should get a solid foundation of the rules and game Logic for the app so we know what we'll be dealing with; we know we want users to communicate(does it need to be real-time?), we need to get a se…
-
```
(observed while watching some bots play)
Asking the bigblind for his action though all others folded, might confuse
bots who decide to bet with good cards.
Furthermore we seem to get in a strange…
-
Here's the output of running `node src/main.js` after `npm install`
```
➜ slack-poker git:(master) ✗ node src/main.js
module.js:340
throw err;
^
Error: Cannot find module 'babel-core/…
-
```
Correct behaviour (tracked with a logging-bot in Poker Academy) is as follows:
Player1: Bankroll 1000: Bet 250
Player2: Bankroll 1000: Call 250
Player3: Bankroll 50
getEligiblePot(3)=100
Reason…
-
```
(observed while watching some bots play)
Asking the bigblind for his action though all others folded, might confuse
bots who decide to bet with good cards.
Furthermore we seem to get in a strange…
-
```
Correct behaviour (tracked with a logging-bot in Poker Academy) is as follows:
Player1: Bankroll 1000: Bet 250
Player2: Bankroll 1000: Call 250
Player3: Bankroll 50
getEligiblePot(3)=100
Reason…
-
To further support deployability it might be nice to have a Dockerfile and perhaps an automated build through the docker registry.
-
Improve quality and lower file size