An attempt to create a C++ implementation of the different roles in the game - a test during a hiring process!
This repository has two dependencies, namely: google-test framework, and doxygen.
This is a makefile respository. After you have cloned the repo, you can use the following implemented commands:
make all
make gtest
make run_test
make clean
make doc