alnah005 / Konkan

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

Make each player have control over their individual cards #13

Closed alnah005 closed 4 years ago

alnah005 commented 4 years ago

Currently players can only drag cards in a solitaire fashion (if a card has cards over it, you must drag them too). In konkan you must be able to both: 1) Shuffle your cards in your hand individually

This can be resolved by either using swapping between cards, or having a scratch space to drop cards in 2) Be able to pick individual cards to discard them

alnah005 commented 4 years ago

Players in b9c4e8140c51910b32a0fa53159e0af71d456701 have somewhat of full control over their cards. They are able to group their cards by clicking unwanted cards to the back of their cards, then using that mechanism to organize their cards. This is far from ideal (we want to have players be able to swap specific cards), but will do for now to close this issue and open a new issue.