https://github.com/zombiefox/diceroller
A dice roller for RPGs or any table top game
https://github.com/zombiefox/diceroller
d10 d100 d12 d2 d20 d3 d4 d6 d8 dice dice-game dice-roller dungeons-and-dragons pathfinder random random-generation rpg rpg-game rpg-tool
Last synced: about 1 month ago
JSON representation
A dice roller for RPGs or any table top game
- Host: GitHub
- URL: https://github.com/zombiefox/diceroller
- Owner: zombieFox
- License: gpl-3.0
- Created: 2021-02-18T08:17:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T14:34:05.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T17:52:42.965Z (about 2 months ago)
- Topics: d10, d100, d12, d2, d20, d3, d4, d6, d8, dice, dice-game, dice-roller, dungeons-and-dragons, pathfinder, random, random-generation, rpg, rpg-game, rpg-tool
- Language: CSS
- Homepage: https://zombiefox.github.io/diceRoller/
- Size: 4.46 MB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dice Roller
A dice roller for RPGs or table top games## [See it in action](https://zombiefox.github.io/diceRoller/)
[](https://zombiefox.github.io/diceRoller/)
### Features
- Roll any combination of d2, d3, d4, d6, d8, d10, d12, d20 or d100
- Formulas, eg: can roll `3 d6 +5` or `100 d12 +100 & 50 d20 + 50`
- Saved formulas
- Record roll history
- Responsive layout
- Dark and light theme### Development
To develop run:
- `npm i`
- `npm run start`The project can be viewed locally at: `http://0.0.0.0:8080/`.
To build run:
- `npm i`
- `npm run build`A web ready folder will be created at: `/dist/`.