dnsbty / level10

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

[BUG] Wildcard can be added multiple times #97

Open geberl opened 4 months ago

geberl commented 4 months ago

The bug appears in the following game situation: I have already laid down some cards for the phase. I now need to get rid of let's say 2 more cards.

Now I draw a wildcard from the deck.

By clicking multiple times at the top area where the wildcard needs to go, I can lay it out multiple times.

This only is possible if the wildcard is added at the beginning (or end) of rows, or in that one phase where you collect a single color.

Observed in the iOS app.