dice-roller/README.md

22 lines
818 B
Markdown
Raw Normal View History

2022-07-28 16:18:38 +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.
2022-08-07 12:23:46 +02:00
## Usage
### Alpine
Presently I only have an Alpine package which can be found in [my repository](https://alpine.voidcruiser.nl).
Instructions on how to add it can be found on the page.
### Compiling
1. Make sure you have at least Go 1.17 installed.
2022-08-07 12:24:29 +02:00
2. Clone this repository `git clone https://gitlab.com/EternalWanderer/dice-roller.git`
2022-08-07 12:23:46 +02:00
3. Move into the directory and type `make install`
2022-08-23 17:36:48 +02:00
### Docker
I also have a docker image containing both this and my [sheet parser](https://gitlab.com/EternalWanderer/dnd-box).
Further instructions on how to use that can be found in it's own repo.