Bimde / Blackjack-Server

MIT License
0 stars 1 forks source link

Shuffle protocol #25

Closed ecnivo closed 8 years ago

ecnivo commented 8 years ago

Can the shuffle protocol be changed, so that it's not whether or not the line exists, but something like: "% SHUFFLE" and "% NOSHUFFLE"?

It's easier for doing checks and not as much of a headache.

Bimde commented 8 years ago

It's not that difficult to add an if statement to optionally check for it. And unfortunately even if it is difficult, the specs cannot be changed once again because there are too many people trying to fix their code with the current specs + have already worked around this rule

Bimde commented 8 years ago

If this becomes a huge issue for everyone, we may consider it