jisantuc / ring-game

A simple application for ring game scorekeeping with your friends
Apache License 2.0
0 stars 0 forks source link

Game interaction should have some undo ability #8

Open jisantuc opened 2 years ago

jisantuc commented 2 years ago

People are going to misclick, and this can potentially eliminate a player or at least misallocate chips.

In the event that someone makes a mistake, they should be able to fix it. I think this can be handled by keeping a chip history on each player, which should be a totally acceptable quantity of data (let's say the game has 100 payouts -- is 100 ints on 5 player a big deal? probably not!)