# 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`