JacquesSmuts / OverengineeredAndroid

An overengineered android app. Meant to showcase the nice things you can use for larger apps.
5 stars 2 forks source link

We need card drawing from random number of decks, to prevent card counting. #6

Open pjpei opened 4 years ago

pjpei commented 4 years ago

If someone were to memorize the 52 cards, that would be a catastrophe. Let the dealer select the number of shuffled decks to draw from.

JacquesSmuts commented 4 years ago

This is supported by the API. I'll add ability to specify number/range of decks.