https://github.com/seanmcp/dice-roller
🎲 A handy dice roller for table-top gaming
https://github.com/seanmcp/dice-roller
board-games dice dice-roller react tabletop-gaming
Last synced: about 1 month ago
JSON representation
🎲 A handy dice roller for table-top gaming
- Host: GitHub
- URL: https://github.com/seanmcp/dice-roller
- Owner: SeanMcP
- Created: 2018-02-17T05:21:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:18:42.000Z (over 2 years ago)
- Last Synced: 2025-02-26T00:31:44.695Z (about 2 months ago)
- Topics: board-games, dice, dice-roller, react, tabletop-gaming
- Language: JavaScript
- Homepage: https://seanmcp.github.io/dice-roller/
- Size: 1.1 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dice-roller
A handy dandy dice roller for table-top gaming. [Live on GitHub Pages](https://seanmcp.github.io/dice-roller/)
## About
### Utilizing
- React### Features
- Create die with anywhere from two to 999,999,999 sides
- Create popular sets with one click
- Roll die individually or all at once
- Find the total (so you don't have to math!)
- Hear the authentic sound of a real die roll (or not)
- Select from nine die styles (including Settler's red and yellow)## Style guide
### Spacing
All elements should be sized and positioned based on a 12px grid system. Acceptable fractions of one unit are 6px and 3px.### Colors
Use [Google's Material color palette](https://material.io/guidelines/style/color.html#color-color-palette). The primary color is "Blue Gray" and the secondary "Blue." Errors should be "Orange."### Transition & Animation
Transitions and animations should last 150ms and use `ease-in-out` unless inappropriate. Use `@keyframe` animations whenever possible.