AlexKman / ReactBlackjack

A blackjack game using React. (See: http://en.wikipedia.org/wiki/Blackjack).
0 stars 0 forks source link

Duplicate Cards #1

Open vultuk opened 3 years ago

vultuk commented 3 years ago

image

Whilst playing I found that it was possible to receive the same card multiple times. Not sure if this is a bug or intended?

AlexKman commented 3 years ago

Thanks. This issue has been fixed, I declared the diamonds suit twice in my deck component rather than diamonds then spades.