justinian / dice

Golang dice library
MIT License
20 stars 13 forks source link

Add support for fudge dices. #8

Closed eduardostalinho closed 7 years ago

eduardostalinho commented 7 years ago

This PR adds support for Fudge dice.

It can be rolled using roll 4df. Only subtract and add operations are supported.

justinian commented 7 years ago

Awesome, Fudge dice! I've been playing some FATE lately, and somehow didn't think to add this. Thanks for the PR. I've just got a couple comments, but otherwise it looks good.

eduardostalinho commented 7 years ago

updated @justinian

justinian commented 7 years ago

Awesome. Thanks a bunch, @eduardostalinho!