mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2024-11-28 21:03:51 +01:00
Coin | ||
Dice | ||
.gitignore | ||
APKBUILD | ||
dice-roller.1 | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md | ||
zsh.completion |
Dice-roller
This is a little dice roller chucked together because I couldn't be bothered to calculate every dicethrow in a rather unbalanced D&D campaign where a single attack could easily deal 5d8 damage every few turns.
Usage
Alpine
Presently I only have an Alpine package which can be found in my repository. Instructions on how to add it can be found on the page.
Compiling
- Make sure you have at least Go 1.17 installed.
- Clone this repository
git clone https://gitlab.com/EternalWanderer/dice-roller.git
- Move into the directory and type
make install
Docker
I also have a docker image containing both this and my sheet parser. Further instructions on how to use that can be found in it's own repo.