Find a file
2022-08-21 19:15:03 +02:00
Coin Moved rng back to main 2022-08-19 12:04:04 +02:00
Colors Proper refactor 2022-08-19 10:15:31 +02:00
Dice Moved rng back to where needed and rewrote some thing to make it actually work it this time 2022-08-20 13:37:07 +02:00
.gitignore Added way to roll multiple attacks 2021-09-16 11:59:45 +02:00
APKBUILD Added ZSH completions 2022-08-21 19:04:57 +02:00
dice-roller.1 Added cointoss functionality and some more formatting 2022-08-07 01:42:35 +02:00
go.mod Updated go mod file 2021-08-23 23:23:06 +02:00
LICENSE Start of package 2022-07-28 16:18:38 +02:00
main.go Moved rng back to where needed and rewrote some thing to make it actually work it this time 2022-08-20 13:37:07 +02:00
Makefile Added ZSH completions 2022-08-21 19:04:57 +02:00
README.md typo 2022-08-07 12:24:29 +02:00
zsh.completion Slight changes 2022-08-21 19:15:03 +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