Bimde / Blackjack-Server

MIT License
0 stars 1 forks source link

Shuffle cards more often #40

Closed Bimde closed 8 years ago

Bimde commented 8 years ago

@Netdex is using the first four cards + our code to determine the seed used for Collections#shuffle and predict the following cards. This gives his team an unfair advantage over other players.

To fix this we could shuffle the cards (without reloading the already used ones) after each turn or at another, quicker interval.

--Thank you @ecnivo for the tip. See issue #39.

Bimde commented 8 years ago

@ecnivo, it might be of your interest to determine if this solution solves the problem.

Bimde commented 8 years ago

Tested and secure, for now.