/dices-go

Small package to deal with dice rolling in Go.

Primary LanguageGo

Dice simulator

Description

Usual small Dice simulator for AD&D type of games.

Previous unreleased version was a straight port of the Ruby code in https://bitbucket.org/keltia/addfh-utils (Using Mercurial), now rewritten to use Go interfaces.

Installation

go get github.com/keltia/dices-go/cmd/dices-go

The binary will be installed wherever it is defined on your machine and the library in dice itself will be compiled and available.

Build Status

Branch: develop develop|Build Status

Branch: master master|Build Status