After my cat knocked one of my dice under the fridge, I built this dice-rolling app to use while playing "The Settlers of Catan." I ended up preferring using it over actual dice, because:
- it keeps track of whose turn it is;
- it shows the percentages of each roll, helping you strategize somewhat; and
- it eliminates the possiblity of any argument about how "8 was never rolled," which inevitably happens at the end of every game of Catan.
I had made a verison of this using Vanilla JavaScript in the past, but this version was built with Vue 3.