An advanced JS based dice roller that can roll various types of dice and modifiers, along with mathematical equations. - dice-roller/rpg-dice-roller
Anmolnoor / Dice_Roller Star 1 Code Issues Pull requests This is a simple Website where two dice are rolled parallelly and the one who has the bigger number will win the toss dice-roller toss dice-roller-toss Updated on Sep 12, 2020 HTML jacobguenther / roll_lang_frontend Star 1...
A dice roller tool for use with TTRPGs, intended to speed up GM calculations but also useful for players! Output includes the dice rolled, the individual dice values, the sum of each kind of dice, the modifier (if present), and the total sum of all dice rolled and the modifier. Instr...
To try out the dice roller outside of Owlbear Rodeo you can head to https://dice.owlbear.rodeo/.BuildingThis project uses Yarn as a package manager.To install all the dependencies run:yarnTo run in a development mode run:yarn dev
A virtual tabletop designed for 5e D&D, includes a map tool with dynamic lighting, initiative tracker, combat tracker and homebrew management. dnd role-playing vtt dnd5e rpg-tool maptool virtualtabletop 5e dnd-tools diceroller virtual-tabletop Updated Nov 16, 2023 JavaScript vorpalhex / srd...
This dice roller is a string parser that returns an object containing the component parts of the dice roll. It supports the fullRoll20 Dice Specification. It uses apegjsgrammar to create arepresentation of the dice roll format. This can then be converted into a simple number value, or to ...
Code wise, you'll just need to import the dice roller module, create an instance of the class and wham-o, you can start rolling dice! from dice_roller.DiceThrower import DiceThrower dice = DiceThrower() dice.throw('10d6') {'natural': [5, 4, 5, 1, 3, 1, 2, 6, 4, 6], '...
Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3 - GitHub - Rolisteam/DiceParser: Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Roliste
Breadcrumbs Dice-Roller / build.gradle.kts Latest commit njuguna-brian initial commit d098d28· Nov 13, 2023 HistoryHistory File metadata and controls Code Blame 5 lines (5 loc) · 241 Bytes Raw // Top-level build file where you can add configuration options common to all sub-projects/...
AVR-Based Dice Roller This is the source code for a work in progress "dice rolling" gadget I am making. I am using an ATMega328p MCU, an HD44780 LCD with my home-made drivers found here and, eventually, a4x4 button board. At this time, I am working on the basic stuff such as ...