It is carrom board game played by 2 players with multiple turns
-
Create a directory named build source folder
mkdir build
-
Go to build directory
cd build
-
Run CMake command
cmake ..
-
Build the project
make
./CleanStrikeByHrishi
-
Go to build/test directory
cd build/test
-
Run CMake command
./CleanStrikeByHrishiTests