uno Play Uno against the computer using C++. Build Create build directory inside of root folder mkdir build Change directory into the build director cd build Run CMake on root directory cmake .. Compile build using make make Run build ./uno