#Microcontrollers #MiscHacks #Coinflipper #Diceroller #Epaperdisplay #ESP32S3 #Fortune #Fortunecookie
Okay, added a few more features and I'm really liking the results. I added the `-` operator for `dice_groups` which was a bit more tricky than I thought it'd be. I also added the ability to roll a dice group multiple times via a `x`|`*` operator. I removed the requirement that a dice group has to have a damage type associated with it since the only way you can roll something like `1d4-1` is in a dice group since there is a minimum value of 1 associated with it.
The code lives here: https://codeberg.org/JamesTheBard/dice-roller
🎲 Forgot your dice? Don’t panic.
Roll in style with Awesome 3D Dice — realistic rolls, smooth camera control & score tracking!
Great for game night, travel & D&D chaos 😄
🎯 Get it 👉 https://play.google.com/store/apps/details?id=com.sixdots.dicepro
I created a #Discord #DiceRoller script for #YAGPDB for the #CosmereRPG plot die, feel free to use it or add it to your own sever.
https://gist.github.com/fadookie/e4d072edd5ecb85bd6d63478cca5ea17
#StormlightRPG #StormlightArchive #TTRPG #Dice #Cosmere #BrandonSanderson
When I was running my one-shot over Discord, my usual dice roller (Savage Bot) completely died on me, so I grabbed the first thing I could find - The Button Dice roller.
I've only just starting using it, but I like it quite a bit so far. It's got a lot of scripts for different RPGs, and seems easily customizable.
It shows actual dice on the screen, and you can apparently customize the images.
A dice rolling bot for Discord, that uses buttons and provides image for the rolled dice. - GitHub - twonirwana/DiscordDiceBot: A dice rolling bot for Discord, that uses buttons and provides image ...
#ttrpg #dice #DiceRoller #programming
I need an app or site that can do a strand of numbers with out a repeat
ie if I tell it to roll 9 , it would produce strings such as
1 4 7 3 8 6 2 5 9
7 5 4 1 9 2 6 3 8
I've published a new thing!
ndice is a dice-roller cli tool written in Rust.
Supports all dices, including non-existing ones.
Usage example, rolling one six-sided dice:
$ ndice 1d6
...or one six-sided and two 13 sided!
$ ndice 1d6 2d13