Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 670 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 670 Bytes

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