An open API service indexing awesome lists of open source software.

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++

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 sides

Roller allows unlimited arguments
```
roller 2d5 2d5
```
Will roll two seperate sets of two dice with five sides