dnsbty / level10

Phoenix LiveView multiplayer card game

Home Page:https://level10.games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow users to play cards to the table

dnsbty opened this issue · comments

Allow users to send selected cards to a group on the table.

This should allow them to click on a group with the proper cards selected. It should validate that the selected cards meet the group criteria, and if they do, move them out of their hand and into the group on the table.

Mostly resolved, but we still need to make it so that the cards won't show up in the player's hand anymore if they refresh.