Find a file
2022-08-24 16:11:16 +02:00
Coin Fixed formatting bug 2022-08-23 17:16:52 +02:00
Dice Got rid of bad color implementation 2022-08-22 17:44:16 +02:00
.gitignore Cleanup 2022-08-23 17:20:54 +02:00
APKBUILD New package, changed -c to -t 2022-08-23 17:27:08 +02:00
dice-roller.1 New package, changed -c to -t 2022-08-23 17:27:08 +02:00
go.mod Got rid of bad color implementation 2022-08-22 17:44:16 +02:00
go.sum Got rid of bad color implementation 2022-08-22 17:44:16 +02:00
LICENSE Lisence was missing email address 2022-08-24 16:11:16 +02:00
main.go New package, changed -c to -t 2022-08-23 17:27:08 +02:00
Makefile Cleanup 2022-08-23 17:20:54 +02:00
README.md Docker reference 2022-08-23 17:36:48 +02:00
zsh.completion New package, changed -c to -t 2022-08-23 17:27:08 +02:00

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

  1. Make sure you have at least Go 1.17 installed.
  2. Clone this repository git clone https://gitlab.com/EternalWanderer/dice-roller.git
  3. 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.