
Catan RNG Web
This is a random number generator for the Settlers of Catan board game. Check it out at catanrng.anselmsys.com. The source code is available at github.com/catan-rng-web.
The function that generates the random numbers is specifically designed to match the probabilities of real-world dice. Still needs some fine-tuning though.
It’s currently not optimized for desktop yet.
I intend to eventually add features like history, animations, and vibration.
The website is built using Astro, daisyUI, and TailwindCSS (which is unnecessary for a small app like this, but it helps me to stay familiar with these frameworks).
I hope you have fun using it!