Commandline tool to track initiative for Dungeons and Dragons 5e combat encounters.
To build this software you require the following tools
- CMake Version 3.10 or higher
Run the following commands to build the project
$ cmake -B bld
$ cmake --build bld
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
To use the software run
$ ./bld/src/dnd-initiative-tracker