octachrome / treason

A clone of the card game Coup written in Node.js
Other
139 stars 79 forks source link

Confirmation button or timer before hitting an action #56

Open shaynak opened 3 years ago

shaynak commented 3 years ago

There should be some kind of confirmation window that pops up before an action (either allow/challenge or tax/steal/assassinate/etc.) is confirmed, to avoid clicks right as options are rendered being registered. This could also just be some kind of countdown / timer before users are able to click an action, to ensure that no one accidentally clicks something they don't mean to!

octachrome commented 3 years ago

Good idea. I'll try to do this at some point.