alnah005 / Konkan

Flutter game that is popular in my home country (Yemen)
1 stars 0 forks source link

Player can set cards without putting the drawn card in a group #36

Closed alnah005 closed 4 years ago

alnah005 commented 4 years ago

If a player has not set his cards, he should not be able to set unless the card he drew from the discarded cards deck is put into one of his groups.

alnah005 commented 4 years ago

I also refactored _firstTime(double, PlayingCard) code to be cleaner and more concise.