joshzcold / Cold-Family-Feud

Host your own Family Feud game. Mobile friendly with built in buzzers.
https://famf.app
MIT License
72 stars 42 forks source link

feature request: undo #81

Open alxyang opened 6 months ago

alxyang commented 6 months ago

it seems that as the host if i accidentally misclick and e.g. award the incorrect team points, there is no way to undo this. supporting an undo function would be useful in certain scenarios. I think this could be done by maintaining a stack of last actions that occurred in game state?

joshzcold commented 6 months ago

Certainly possible. My method around this was to allow the admin to edit the points directly, but that would require memory of the previous point values.

joshzcold commented 6 months ago

What if "award points" was a toggle button that also subtracted? Would that solve this scenario?