This project is a digital dice roller for the Chronicles of Darkness tabletop role-playing game system. It provides an intuitive interface for rolling dice and calculating successes based on the game's rules, including features like "Again" rolls and Rote quality.
This is a fan-made tool for use with Chronicles of Darkness tabletop roleplaying games. It is not affiliated with, endorsed, sponsored, or specifically approved by Paradox Interactive AB or White Wolf Publishing. Chronicles of Darkness and White Wolf are trademarks and/or registered trademarks of Paradox Interactive AB.
- Roll any number of 10-sided dice
- Set "Again" value for exploding dice
- Toggle Rote quality for rerolling failed dice
- Calculate chance of success and expected successes
- Add Willpower bonus dice
- Responsive design that works on desktop and mobile devices
- React
- TypeScript
- Vite
- Tailwind CSS
- Bun (as package manager and runtime)
Before you begin, ensure you have the following installed:
- Bun (version 1.0.0 or later)
- Clone the repository:
git clone https://github.com/MaxAndreasLundin/dice_roller
cd dice_roller- Install the dependencies:
bun installTo run the application in development mode:
bun run devTo run the linter:
bun run lintThis project is open source and available under the MIT License.