Elm-many-dice: Dice generator

Another mini project, this time it is my take on dice generation. No Canvas or SVG used here, just plain DIVs with styles (hint: if you round the corners of the square div, you get circle). The dice faces are randomly changing every 100 ticks, and you have the options to add/remove and toggle stop/run the dice. Included is dice count and sum of the dice values. Have fun!

Run the code on Ellie-app: https://ellie-app.com/648mvLrN3WTa1

GitHub: https://github.com/holobeat/elm-many-dice

3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.