You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
contrib/openrc | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
roll-the-dice.go | 2 years ago |
README.md
roll-the-dice
Simple dice roller for D'n'D-like games
What it is?
- golang simple http service
- simulate rolling dices
d2
,d4
,d6
,d8
,d10
,d12
,d20
- multiple dices roll
- use simple urls to roll dices in one request
- no templates in files
URLs
/
Show simple API explanation page.
/XdY
Roll Y dimencion dice X times.
X and Y - are integers.
URL will be like: /2d8
Build
Use Go >= 1.6
go build roll-the-dice