https://github.com/arality/roller
A dice roller written in C++
https://github.com/arality/roller
Last synced: about 2 months ago
JSON representation
A dice roller written in C++
- Host: GitHub
- URL: https://github.com/arality/roller
- Owner: Arality
- Created: 2019-11-17T21:54:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T16:49:03.000Z (over 5 years ago)
- Last Synced: 2025-01-18T08:39:00.302Z (4 months ago)
- Size: 722 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roller
A dice roller written in C++## Invoking
```
roller [Number of dice]d[Number of dice sides]
```### Examples
```
roller 2d10
```
Will roll two dice with ten sidesRoller allows unlimited arguments
```
roller 2d5 2d5
```
Will roll two seperate sets of two dice with five sides