Darn Dirty Dice
I made this to help with a table-top game based on a popular franchise where Earth is ruled by apes. Right now we only need to be able to roll two regular six-sided dice and a sort of wild card die (also six-sided).
The idea is to expand it for situations where we need 10, 12 or 20-sided dice and don't have any handy.
I'n not a fan of dice simulators that show the dice rolling around in 3D. They are often slow and have clunky interfaces. Clicking these die returns a random number very quickly using Godot's randi_range() method.
I hope someone out there finds it useful!
Leave a comment
Log in with itch.io to leave a comment.