Skip to content

A command line DnD utility for managing your character. Replaces the need for a character sheet.

License

Notifications You must be signed in to change notification settings

DukeGDDI/DnDUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DnDUtil

A command line DnD utility for managing your character. Replaces the need for a character sheet.

Depenencies

This projected relies on Googles Unit Test framework. I am using the Debian/Unix version to build and test this library.

Here is how to install and build the google tests.

sudo apt update
sudo apt install libgtest-dev cmake build-essential

# Configure & build *in your home directory*
cmake -S /usr/src/googletest -B "$HOME/.local/gtest-build"
cmake --build "$HOME/.local/gtest-build"

Build and run tests by calling make at the root of this project.

About

A command line DnD utility for managing your character. Replaces the need for a character sheet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published