mdp / MachinePoker

Gambling.js
74 stars 26 forks source link

Shuffle the bots every run #6

Closed farktronix closed 12 years ago

farktronix commented 12 years ago

It makes things a teensy bit more fair

farktronix commented 12 years ago

Ignore this. It turns out there's no dealer state and player[0] and player[1] are getting hit with blinds every time. Randomizing the dealer position at the start of the game is a better way to handle this.

farktronix commented 12 years ago

Nope, I'm stupid. The player array was getting shifted each time, so it was fair. It might be nice to randomize the initial order so that the same bot doesn't end up in the same position every day.

farktronix commented 12 years ago

I'm still new to pull requests. Closing this out and trying again.