Skip to content

Commandline tool to track initiative for Dungeons and Dragons 5e combat encounters.

License

Notifications You must be signed in to change notification settings

TheBlackSheep3/dnd-initiative-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dungeons & Dragons Initiative Tracker

Commandline tool to track initiative for Dungeons and Dragons 5e combat encounters.

Requirements

To build this software you require the following tools

  • CMake Version 3.10 or higher

Build

Run the following commands to build the project

$ cmake -B bld
$ cmake --build bld

Testing

For unit tests this project relies on GoogleTest in version 1.14.0. To execute the unit tests run the following commands

$ cmake -B bld
$ cmake --build bld
$ ctest --test-dir bld/test

Usage

To use the software run

$ ./bld/src/dnd-initiative-tracker

About

Commandline tool to track initiative for Dungeons and Dragons 5e combat encounters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published