A project I made when I was thinking of playing tabletop role-playing games with friends. It simulates several types of dice throws, letting the user decide on a common or custom number of faces.
This is a basic RNG (Random Number Generator) that uses Javascripts' Math.random
function.
This work is licensed under