dnd

command module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

README

dnd

This is helper tool for a players and DMs to help with flow of the sessions.

Currently this uses the rules of my current homebrew rules. The spirit of the game is the simular but with a more focus on actually playing the game and getting emerged into the characters and the story without worrying about the rules except of the DM. The DM oversees the game and enforces the laws of the games physics. Character sheets have two versions the PC and DM. The PC version has the description of the character their motivation, personality, items, past history, knowledge, and overall skills. The DM version has the math and and details for help running the game.

Features:
  • Create random character
  • Roll dice
Upcoming:
  • CLI character random generator
  • CLI create character
  • save character to file
Goals
  • Generate stores, towns
  • Save the generated files to shared database
Quick Use CLI
$ git clone https://github.com/njdaniel/dnd.git
$ cd dnd
$ go build
$ ./dnd 
$ #prints out help of available cmds
Create New Character
$ ./dnd character create
Rolling Dice
$ ./dnd roll 3d6
$ [5,4,1]
$ 
$ ./dnd roll d20
$ 14
$ 
$ Explodes on default 6
$ ./dnd roll d6!
$ [6,3] 
$
$ Keep highest 2 of 4d6
$ ./dnd roll 4kh2d6
$ [5,4] 
$ 
$ Keep lowest 2 of 4d6
$ ./dnd roll 4kl2d6
$ [1,3]
Homebrew Rules

wiki

How to Contribute

contributing

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
services
util

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL