In playing with the app, I found the same issue as described in #37. Essentially, it seems like the first user's first card will always be the Contessa. I think this is a bug in the shuffle loop.
I've swapped this to use a Schwartzian transform, which is quite functional. For the small size of the deck, this should be fine.
This fixes #37.
In playing with the app, I found the same issue as described in #37. Essentially, it seems like the first user's first card will always be the Contessa. I think this is a bug in the shuffle loop.
I've swapped this to use a Schwartzian transform, which is quite functional. For the small size of the deck, this should be fine.