dnsbty / level10

Phoenix LiveView multiplayer card game
https://level10.games
MIT License
72 stars 2 forks source link

Add cards to completed groups #34

Closed dnsbty closed 4 years ago

dnsbty commented 4 years ago

If a player selects one or more cards in their hand and then taps on a group that has already been completed, the selected cards should be attempted to be added to the specified group.

This will get a little more complicated with wilds if we want to make it so that wilds are in a static position and can't be replaced.