admanb / handtracker

A full rails web application that tracks decks of cards.
handtracker.heroku.com
7 stars 3 forks source link

Feature request: Undo button #22

Open krinndnz opened 12 years ago

krinndnz commented 12 years ago

The current game I'm running has had a couple of problems with players playing cards either by mistake, or playing them purposefully and then finding out that the play was illegal.

It would be useful to have an "undo" button that a game's owner can use to put a card back in someone's hand or deck. Optionally it would also munge the card's name and text out of the log of actions in a way similar to what happens with cards played from a deck that gets removed from a game.

admanb commented 12 years ago

This is definitely a high priority, but it's complicated.

krinndnz commented 12 years ago

I imagined that it might be - I just didn't see an issue for it, so I wanted to politely get in your face about it. :)