hwoodward / Remote-Card-Games

Program for playing card games online/remotely. Goal is to play a game of hand and foot with multiple groups in different locations.
MIT License
2 stars 1 forks source link

picking up pile - corner case #66

Closed slwoodward closed 4 years ago

slwoodward commented 4 years ago

When I tried to pick up the pile and meld simultaneously, the pile was picked up but the prepared cards were not played. I had to hit play prepared cards button.

I would have trouble reproducing the behavior, because I was working on something else at the time, and wasn't taking careful notes. Suggest enhancement -- more instructions on picking up pile in notifications.
EG: If you click on pile with nothing prepared, then message should be: "Prepare two cards of the same rank (plus enough cards to meld if you haven't yet), then click on pile to pick up. " AND if you do this then all the prepared cards should be played as if you had clicked on "play prepared cards" button. << Since it's going to do the latter, I may wish to add confirmation of pick-up pile button. "All prepared cards will be played, are you sure you want to pick up the pile?"

hwoodward commented 4 years ago

Is this still reproducible? I have never seen it myself.

slwoodward commented 4 years ago

Cannot reproduce, believe it was fixed when other fixes were implemented.